Developer Tools
Trust: 44/100 (Fair)io.github.Dave-London/pare-go Guide
Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.
70 starsby Dave-London
Quick Start
Install
npx @paretools/goClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-dave-london-pare-go": {
"command": "npx",
"args": [
"@paretools/go"
]
}
}
}