Skip to content
VS Code

go for VS Code

io.github.dave-london/go

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

client:VS Code transport:stdio runtime:npm

Install go in VS Code

.vscode/mcp.json

{
  "servers": {
    "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

go in other clients