Back to MCP Servers
🔌

mrjoshuak/godoc-mcp

MIT

🏎️ 🏠 - Token-efficient Go documentation server that provides AI assistants with smart access to package docs and types without reading entire source files

GoFiles

Install

npx -y mrjoshuak-godoc-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mrjoshuak-godoc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mrjoshuak-godoc-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.