Godoc MCP
UnclaimedMCP server that reduces LLM context usage when AI coding agents work with Go — structured documentation instead of source-file dumps.
Install
docker run --rm -p 8080:8080 ghcr.io/mrjoshuak/godoc-mcp:latest --transport sse --addr :8080Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (8)
cmd_flags
(optional): Additional go doc flags (allowed: -all, -src, -u, -short, -c)
get_doc
Get documentation for a Go package, type, function, or method.
list_packages
List all sub-packages under a Go package path. Use this to discover the correct import paths for sub-packages instead of guessing.
page
(optional): Page number for paginated results (default: 1)
page_size
(optional): Lines per page, 100-5000 (default: 1000)
path
(required): Package import path (e.g., io, github.com/user/repo) or local file path
target
(optional): Specific symbol to document (function, type, etc.)
working_dir
(optional): Working directory for module context (required for relative paths)