Skip to main content
Other Tools and IntegrationsGo

mrjoshuak/godoc-mcp

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

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mrjoshuak/godoc-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Go
Author
mrjoshuak