Back to Home
syou6162 icon

termfeed

Verified Safe

by syou6162

Overview

A terminal-based RSS reader for managing and consuming feed content, with an MCP server to expose data to LLM agents.

Installation

Run Command
npx termfeed mcp-server

Environment Variables

  • TERMFEED_DB
  • XDG_DATA_HOME

Security Notes

The application uses `child_process.spawn` for opening URLs in a browser. While this is standard for desktop applications, opening arbitrary URLs can pose client-side risks depending on the user's browser configuration. However, the application validates URLs (http/https only) and passes them directly to the OS's default browser command. No `eval` or blatant arbitrary code execution vectors were found. The MCP server exposes data and specific tools (`get_article`, `update_all_feeds`) with defined schemas, limiting arbitrary actions by LLM agents. No hardcoded secrets were identified.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassMedium
Avg Tokens500
Stars2
Forks0
Last Update2025-12-06

Tags

RSS readerTerminal UICLILLM integrationFeed management