sitbon/magg
Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand.
Quick Start
Clone the repository:
git clone https://github.com/sitbon/maggClaude Desktop configuration example:
{
"mcpServers": {
"magg": {
"command": "npx",
"args": [
"-y",
"sitbon/magg"
]
}
}
}Check the repository README for specific installation and configuration instructions.