MCP Server
MCP
Magg
Aggregates and proxies other MCP servers, letting LLMs discover, add, and manage tools at runtime.
Install
uvx magg
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "magg",
"version": "1.2.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the Magg server (stdio transport by default)",
"value": "serve",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment