go-mcp-tools

adriansahlman/go-mcp-tools
★ 1 stars Go 💻 Code/Dev Tools Updated 9mo ago
MCP-server with tools for golang code analysis and manipulation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-mcp-tools": {
      "command": "go",
      "args": [
        "run",
        "github.com/adriansahlman/go-mcp-tools@latest"
      ]
    }
  }
}