A Meta Model Context Protocol (MCP) server that seamlessly scales LLMs to 1000+ MCP servers through automatic routing.
Project description
MCP Server Copilot
A meta Model Context Protocol (MCP) server that seamlessly scales LLMs to 1000+ MCP servers through automatic routing without expose all servers and tools to LLMs directly.
Components
Tools
-
router-servers: Route user query to appropriate MCP servers.query(string, required): User's query to find relevant servers.top_k(integer, optional): Maximum number of servers to return (default: 5).
-
route-tools: Route user query to appropriate MCP tools across all servers.query(string, required): User's query to find relevant tools.top_k(integer, optional): Maximum number of tools to return (default: 5).
-
execute-tool: Execute a specific tool on a specific server based on previous routing results.server_name(string, required): Name of the server hosting the tool.tool_name(string, required): Name of the tool to execute.params(object, optional): Parameters to pass to the tool, as a key-value dictionary (default: null or empty object).
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run mcp-server-copilot.
Using PIP
Alternatively you can install mcp-server-copilot via pip:
pip install mcp-server-copilot
After installation, you can run it as a script using:
python -m mcp_server_copilot
Configuration
Copy config/config.sample.json to ~/.config/mcp-server-copilot
Add to your MCP Client settings:
Using uvx
"mcpServers": {
"copilot": {
"command": "uvx",
"args": ["mcp-server-copilot", "--config", "~/.config/mcp-server-copilot/config.json"]
}
}
Using pip installation
"mcpServers": {
"copilot": {
"command": "python",
"args": ["-m", "mcp_server_copilot", "--config", "~/.config/mcp-server-copilot/config.json"]
}
}
TODOs
- Manage Servers more easily
- Add Semantic Routing
- Add Planning Capabilities
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_copilot-0.1.3.tar.gz.
File metadata
- Download URL: mcp_server_copilot-0.1.3.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43e29d001bb4c6c3251ad8f674f1a13db23bc480a640d759e85cd96da9d36c45
|
|
| MD5 |
ec5e37318d6bd969d60ccfa0efa0a3f7
|
|
| BLAKE2b-256 |
a10c0dfb8fcbb31fc2bf7b75807e5fa0c34ae6d6744200a926f74ee5d60bdb1f
|
File details
Details for the file mcp_server_copilot-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mcp_server_copilot-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
771c843f286e2a4068a17330190a13015458eb0567f37e7fe285439568a61a08
|
|
| MD5 |
d817d3a5ee14498f0ede890410b36d6e
|
|
| BLAKE2b-256 |
25524e26111dbf0b38ccf818638196d633337cfb3b3c220c9e6cc831dd577e1a
|