Description
Godoc-mcp-server is a Go-based MCP server that enables AI assistants to search for and retrieve documentation from pkg.go.dev. Developed by yikakia, this implementation provides two main tools: searchPackages for finding Go packages based on queries, and getPackageInfo for retrieving detailed documentation including constants, types, functions, and variables from specific packages. The server uses goquery for HTML parsing and the resty HTTP client to interact with the pkg.go.dev website, making it particularly useful for developers seeking Go language documentation assistance during coding sessions without leaving their AI interface.
Server Details
Added
April 21, 2025
