go-mcp

ThinkInAIXYZ/go-mcp
★ 668 stars Go 🤖 AI/LLM Updated 1mo ago
Go-MCP is a powerful Go(Golang) version of the MCP SDK that implements the Model Context Protocol (MCP) to facilitate seamless communication between external systems and AI applications.
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/ThinkInAIXYZ/go-mcp@latest"
      ]
    }
  }
}