Skip to content

Go Tools

Free

by Indie Developer

Build, test, and analyze Go projects with go commands and tooling.

v1.0.0Added Feb 20, 2025
gogolangbuild
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-go
Add to claude_desktop_config.json
{
  "mcpServers": {
    "go-tools": {
      "command": "npx",
      "args": ["-y", "mcp-go"]
    }
  }
}