Go Tools
Freeby Indie Developer
Build, test, and analyze Go projects with go commands and tooling.
v1.0.0Added Feb 20, 2025
gogolangbuild
Go Tools MCP Server
Build, test, and analyze Go projects with go commands and tooling.
Features
- Build & test
- Module management
- gofmt
- go vet
- Benchmark execution
Installation
{
"mcpServers": {
"go-tools": {
"command": "npx",
"args": ["-y", "mcp-go"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-go
Add to claude_desktop_config.json
{
"mcpServers": {
"go-tools": {
"command": "npx",
"args": ["-y", "mcp-go"]
}
}
}