go-sdk

modelcontextprotocol/go-sdk
★ 4,123 stars Go 💻 Code/Dev Tools Updated 1mo ago
The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google.
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-sdk": {
      "command": "go",
      "args": [
        "run",
        "github.com/modelcontextprotocol/go-sdk@latest"
      ]
    }
  }
}

Topics

gomcp