Skip to content
VS Code

pare go for VS Code

io.github.dave-london/pare-go

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

client:VS Code transport:stdio runtime:npm

Install pare go in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pare go in other clients