go-mcp
2.2
The Go-MCP project is an MCP server that aids AI assistants in accessing and understanding Go documentation and codebases efficiently. Its primary features include querying documentation and listing Go packages.
Overview
This project is a Model Context Protocol (MCP) server designed to provide Go documentation tools for AI assistants. It exposes Go's documentation and package listing capabilities through MCP, allowing AI systems to access official Go documentation and understand Go codebases more effectively.
Features
- Go Documentation Access: Query documentation for Go packages, types, functions, or methods using the
go doc
command. - Package Listing: List available packages in a Go module using the
go list
command.