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.
Server Config
{
"mcpServers": {
"copilot": {
"command": "uvx",
"args": [
"mcp-server-copilot"
]
}
}
}