
Go Development MCP
by mrfixit96
Full-featured Go development toolkit for AI assistants to build, test, and analyze Go code.
What it does
Go Development MCP provides a comprehensive bridge between AI assistants and the Go toolchain. It allows the AI to perform the entire development lifecycle—from initializing modules and managing workspaces to compiling, running tests with coverage, and performing static analysis—directly on your local machine.
Tools
go_build: Compiles Go code and returns detailed build feedback.go_test: Runs tests with support for coverage analysis.go_run: Executes Go programs with command-line arguments.go_mod: Manages module dependencies (init, tidy, download).go_fmt: Formats code according to standard Go conventions.go_analyze: Performs static analysis to find issues in the code.go_workspace: Manages multi-module Go workspaces (init, use, sync, edit).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"go-dev": {
"command": "/path/to/go-dev-mcp",
"args": [],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go build -o go-dev-mcp ./cmd/serverInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






