Shared infrastructure for go-* MCP servers: env, llm, cache, retry, metrics, strutil
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"go-kit": {
"command": "go",
"args": [
"run",
"github.com/anatolykoptev/go-kit@latest"
]
}
}
}
Run in terminal:
claude mcp add go-kit go run github.com/anatolykoptev/go-kit@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"go-kit": {
"command": "go",
"args": [
"run",
"github.com/anatolykoptev/go-kit@latest"
]
}
}
}