general MCP Server
MCP server that reduces LLM context usage when AI coding agents work with Go — structured documentation instead of source-file dumps.
Discovered via unknown and last synced 3mo ago.
1. Install the package
docker run -i --rm ghcr.io/mrjoshuak/godoc-mcp:latest
2. Add to claude_desktop_config.json
{
"mcpServers": {
"godoc-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mrjoshuak/godoc-mcp:latest"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)