A Model Context Protocol server that manages, aggregates, and proxies other MCP servers, enabling LLMs to dynamically extend their own capabilities. It acts as a central hub for managing multiple MCP servers, allowing LLMs to search, add, configure, enable/disable servers, aggregate tools, and persist configurations.
MCP AggregatorLLM ToolsTool ManagementProxytool
Installation & Configuration
{
"mcpServers": {
"magg": {
"command": "npx",
"args": [
"-y",
"magg-mcp"
]
}
}
}Information
Transport
stdiosse
Language
Python
Created
2025/6/20
Updated
2026/6/6
Homepage
https://pypi.org/project/magg/