captjt/godoc-mcp
If you are the rightful owner of godoc-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides real-time access to Go package documentation from pkg.go.dev, ensuring LLMs always have the latest and most accurate Go ecosystem information.
Tools
Functions exposed to the LLM to take actions
get_package_doc
Retrieves comprehensive documentation for a Go package, with optional version support.
get_function_doc
Gets detailed documentation for a specific function, with optional version support.
get_type_doc
Retrieves documentation for types and their methods, with optional version support.
search_packages
Searches for Go packages by name or description.
get_package_examples
Retrieves example code for a package, with optional version support.
get_package_versions
Lists all available versions of a Go package from the official module index.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client