A Godoc MCP that doesn’t rely on a local environment
https://github.com/samuelncui/godoccli
godoccli is a Go library and command-line tool designed to fetch, parse, and display Go documentation and source code for any package. It can retrieve information from your local Go environment or fetch specific versions of packages from a Go module proxy, making it a powerful tool for developers and documentation systems.
It can retrieve documentation and source code for the default version of Golang and packages from a Go module proxy. This stateless and independent system is suitable for use in CI/CD pipelines, online services, AI debugging systems, or any environment where a local Go installation is not available.
submitted by /u/samuelncui
[link] [comments]