mcp-golang

metoro-io/mcp-golang
★ 1,206 stars Go 🧠 Memory/Knowledge Updated 1mo ago
Write Model Context Protocol servers in few lines of go code. Docs at https://mcpgolang.com . Created by https://metoro.io
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": {
    "mcp-golang": {
      "command": "go",
      "args": [
        "run",
        "github.com/metoro-io/mcp-golang@latest"
      ]
    }
  }
}