A
licenseNot graded
qualityC
maintenanceA universal MCP server that acts as a unified gateway for dynamically connecting and managing multiple MCP servers via a single HTTP endpoint.
7
6
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct operation: adding (two types), deleting, getting details, listing servers, and listing catalog. No overlap in purpose.
All tools follow a consistent verb_noun pattern in snake_case (e.g., add_npx_mcp, delete_mcp_server, list_mcp_servers).
6 tools cover the essential CRUD and listing operations for an MCP admin server without being excessive or insufficient.
Covers create, read, delete operations but lacks an update/modify tool (e.g., to change environment variables or configuration).