Godoc
Createdyikakia
Searches and retrieves Go package documentation from pkg.go.dev for use as an MCP server.
About
Godoc retrieves information about Go packages and their documentation directly from pkg.go.dev, serving it through the Model Context Protocol (MCP). This allows Language Learning Models (LLMs) to access and utilize Go package information. It includes a local cache to reduce redundant searches and supports features like determining how many packages import a given package.
Key Features
- Identifies the number of packages that import a specific package
- Uses local caching to minimize API requests to pkg.go.dev
- 12 GitHub stars
- Provides Go package information to LLMs via MCP
- Automated releases via GitHub Actions for multiple platforms
Use Cases
- Enabling LLMs to suggest relevant Go packages based on code context.
- Facilitating documentation lookup within LLM-powered development environments.
- Providing contextual information to LLMs for Go code understanding.