go for Cursor
io.github.dave-london/go
Structured Go tool output (build, test, vet) as typed JSON diagnostics.
client:Cursor
transport:stdio
runtime:npm
Install go in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"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