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
Quick Start
Clone the repository:
git clone https://github.com/mrjoshuak/godoc-mcpClaude Desktop configuration example:
{
"mcpServers": {
"godoc-mcp": {
"command": "npx",
"args": [
"-y",
"mrjoshuak/godoc-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.