MCP Router
@codewithkenzo
关于 MCP Router
MCP Router: A web interface for orchestrating MCP servers with Upsonic agent framework integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-router-codewithkenzo": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Router?
MCP Router is a Python package for interacting with Model Context Protocol (MCP) servers with OpenRouter LLM integration. It provides a backend for managing MCP servers, executing agent-based tasks, and orchestrating complex workflows using the Upsonic framework.
How to use MCP Router?
Install via git clone and pip, then import as a Python module or run the CLI with python -m mcp_router.cli.cli --help. Use the ServerManager class to manage servers and the OpenRouter integration to query LLMs.
Key features of MCP Router
- MCP server management (add, edit, remove)
- OpenRouter integration for AI‑assisted tasks
- Upsonic integration for multi‑step workflows
- Intelligent task analysis to select tools
- Standardized MCP protocol support
- REST API endpoints for functionality exposure
Use cases of MCP Router
- Orchestrate complex multi‑step workflows using Upsonic and MCP tools
- Query multiple LLM providers via a single OpenRouter API
- Automatically determine which MCP tools are needed for a given task
- Manage and interact with local MCP servers from a Python application
FAQ from MCP Router
What are the prerequisites for using MCP Router?
Python 3.8+ is required. Docker is optional but recommended for running MCP servers.
How does MCP Router manage MCP servers?
It reads MCP server configuration from ~/.cursor/mcp.json, and provides capabilities to start, stop, and communicate with those servers.
Does MCP Router support authentication or transport layers?
The README mentions a REST API framework and MCP protocol support but does not specify particular authentication or transport details beyond those.
What data does MCP Router store and where?
Server configuration is read from ~/.cursor/mcp.json; no other data storage locations are mentioned.
Can I use MCP Router without Docker?
Yes, Docker is optional. MCP servers can be run without it, though Docker is recommended for easier setup.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论