go-mcp

ktr0731/go-mcp
★ 143 stars Go 🔌 API Integration Updated 2mo ago
deprecated: use the official MCP sdk! (https://github.com/modelcontextprotocol/go-sdk) / ⚡ A type-safe, intuitive Go SDK for building MCP servers with ease and confidence
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-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/ktr0731/go-mcp@latest"
      ]
    }
  }
}

Topics

golangmcpmcp-servermodel-context-protocol