Back to Apps

GoDoc MCP
Supports UIby mrjoshuak
Token-efficient Go documentation access for AI coding agents, providing structured package info instead of source dumps.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI agents to the official Go documentation ecosystem, allowing them to retrieve precise package, type, and symbol information without needing to ingest entire source files.
Tools
get_doc: Retrieves documentation for a specific Go package, type, function, or method.list_packages: Lists all sub-packages under a given Go package path to aid discovery.
Installation
Install the binary:
go install github.com/mrjoshuak/godoc-mcp@latest
Add to claude_desktop_config.json:
{
"mcpServers": {
"godoc": {
"command": "godoc-mcp"
}
}
}
Supported hosts
- claude
Quick install
go install github.com/mrjoshuak/godoc-mcp@latestInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"godoc": {"command": "godoc-mcp"}}}





