MCPVault

list_packages

MCP tool from Godoc MCP by mrjoshuak

List all sub-packages under a Go package path. Use this to discover the correct import paths for sub-packages instead of guessing.

How to use it

list_packages is exposed by the Godoc MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the list_packages tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Godoc MCP

$docker run --rm -p 8080:8080 ghcr.io/mrjoshuak/godoc-mcp:latest --transport sse --addr :8080
FULL GODOC MCP LISTING