go-kit

anatolykoptev/go-kit
★ 1 stars Go 🤖 AI/LLM Updated today
Shared infrastructure for go-* MCP servers: env, llm, cache, retry, metrics, strutil
View on GitHub →

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"
      ]
    }
  }
}

Topics

gogolanginfrastructurellmmcpshared-library