Skip to content
Cursor

pare go for Cursor

io.github.dave-london/pare-go

Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.

client:Cursor transport:stdio runtime:npm

Install pare go in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pare go in other clients