VikashLoomba/mcp-client-manager-go
Package mcpmgr provides a high-level manager for connecting to, monitoring, and coordinating multiple Model Context Protocol (MCP) servers from Go applications. The companion mcpgateway package builds on top of mcpmgr to expose every managed server through a single Streamable HTTP endpoint.
Platform-specific configuration:
{
"mcpServers": {
"mcp-client-manager-go": {
"command": "npx",
"args": [
"-y",
"mcp-client-manager-go"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...