Go
Freeby MCP Community
MCP server that manages your other MCP servers — wrap, restart, add, remove, and health check from within Claude Code.
v0.1.4Added Apr 12, 2026
mcpclaudeclaude-codemcp-server
Go MCP Server
MCP server that manages your other MCP servers — wrap, restart, add, remove, and health check from within Claude Code.
Installation
npx -y @exfil/mcpgo
Reviews
Installation
Quick install
npx -y @exfil/mcpgo
Add to claude_desktop_config.json
{
"mcpServers": {
"go": {
"command": "npx",
"args": ["-y", "@exfil/mcpgo"]
}
}
}