mu-mcp
Verified Safeby yiwenlu66
Overview
A minimal MCP server designed to enable chat with various AI models via OpenRouter, with a focus on persistent, multi-model conversations.
Installation
uv run python server.pyEnvironment Variables
- OPENROUTER_API_KEY
- OPENROUTER_ALLOWED_MODELS
- LOG_LEVEL
Security Notes
The server securely handles API keys via environment variables. File reading functionality (`_read_files`, `_encode_image`) processes user-provided file paths and sends content to OpenRouter. While there are no clear execution vulnerabilities, a malicious or compromised calling agent could potentially lead to sensitive file content being exposed if instructed to read arbitrary file paths on the host system. No 'eval' or similar dangerous patterns found.
Similar Servers
mcp-chat
A reference open-source AI chat application leveraging Pipedream's Model Context Protocol (MCP) to integrate with thousands of APIs and tools, supporting conversational AI, automatic tool discovery, and document creation/editing with real-time feedback.
mcp-rubber-duck
An MCP server acting as a bridge to query and orchestrate multiple OpenAI-compatible LLMs for rubber duck debugging and multi-agent operations.
wanaku
Wanaku is an MCP (Model Context Protocol) Router that acts as a centralized hub for managing and governing how AI agents access tools and resources.
openrouter-deep-research-mcp
A multi-agent AI research server implementing the Model Context Protocol for deep, iterative, and multimodal investigations, with features like dynamic planning, parallel execution, ensemble synthesis, and knowledge base management.