Skip to content
Grok

go for Grok

io.github.dave-london/go

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

client:Grok transport:stdio runtime:npm

Install go in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "go": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

go in other clients