A self-hosted MCP proxy and aggregation platform. Manage multiple MCP servers and expose them through a single endpoint.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpmanager": {
"command": "npx",
"args": [
"-y",
"daniel3303/McpManager"
]
}
}
}
Run in terminal:
claude mcp add mcpmanager npx -y daniel3303/McpManager
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpmanager": {
"command": "npx",
"args": [
"-y",
"daniel3303/McpManager"
]
}
}
}