FeedFlow
Verified Safeby geckod22
Overview
Manages and fetches articles from RSS feeds through MCP tool calls, using a persistent SQLite database.
Installation
uvx feedflowEnvironment Variables
- FEEDFLOW_DATA_DIR
Security Notes
The server appears well-structured and uses standard, reputable libraries (`httpx`, `aiosqlite`, `langdetect`). There are no `eval` or `exec` calls, nor any hardcoded secrets. Database paths are handled using `platformdirs` and can be customized via an environment variable, which is good practice. Network requests are made with timeouts. As a `stdio`-based server, its attack surface is limited to its inputs and outputs.
Similar Servers
miniflux-mcp
Manage and interact with a Miniflux RSS reader instance using the Model Context Protocol (MCP).
mcp-sqlite-tools
A Model Context Protocol (MCP) server for LLMs to safely and efficiently interact with local SQLite databases, providing comprehensive operations from schema management to query execution and transactions.
iceland-news-mcp
An MCP server that fetches and provides structured access to the latest Icelandic news from various RSS sources, integrated with a voice-activated AI assistant for news summaries and search.
MCP-News-Server
An MCP-based server for aggregating, summarizing, and analyzing news from various Turkish news sources.