go-mcp

go-mcp

3.1

If you are the rightful owner of go-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.

This project is a Model Context Protocol (MCP) server designed to provide Go documentation tools for AI assistants.

The go-mcp project is a Model Context Protocol server that facilitates the access and understanding of Go documentation and package listings for AI systems. By leveraging the capabilities of the `go doc` and `go list` commands, it allows AI assistants to query and retrieve official Go documentation, enhancing their ability to comprehend and work with Go codebases. This server is particularly useful for AI systems that need to interact with Go environments, providing them with the necessary tools to access detailed documentation and package information.

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.

Tools

  1. go_doc

    Get Go documentation for packages, types, functions, or methods.

  2. go_list

    List Go packages or modules.