miniflux-mcp
Verified Safeby tssujt
Overview
An MCP server that provides tools to interact with a Miniflux RSS reader instance, enabling management of feeds, entries, categories, and users.
Installation
docker run -i --rm --env-file .env jwonder/miniflux-mcp:latestEnvironment Variables
- MINIFLUX_URL
- MINIFLUX_API_KEY
- MINIFLUX_USERNAME
- MINIFLUX_PASSWORD
Security Notes
The server correctly retrieves authentication credentials (API key or username/password) from environment variables, avoiding hardcoding. Input validation for tool arguments relies on Go's type assertion mechanisms, which prevent arbitrary code injection through type mismatches. No 'eval' or other obviously dangerous patterns are present in the provided source code. The application depends on a configured Miniflux instance for core functionality, so the security of that instance is paramount. The 'discover' tool takes a URL, handled by the Miniflux client, which is expected to sanitize input.
Similar Servers
Unla
A lightweight and highly available gateway service that converts existing MCP Servers and APIs into services compliant with the MCP Protocol through configuration.
kafka-mcp-server
Bridges LLM models with Apache Kafka, enabling AI agents to perform Kafka operations like producing/consuming messages, managing topics, monitoring consumer groups, and assessing cluster health via the Model Context Protocol (MCP).
toolhive-registry-server
The ToolHive Registry Server acts as a central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery.
mcp-sdk-go
A Go SDK for implementing and interacting with the Model Context Protocol (MCP), enabling Go applications to seamlessly integrate with and manage large language models, their tools, resources, and context.