gophermcp

gophermcp

3.3

gopherMCP is an MCP server that provides access to Go documentation for any package, aiding LLMs in code editing by offering up-to-date documentation.

gopherMCP is a Model Context Protocol (MCP) server designed to facilitate access to Go documentation for any package. It is particularly useful for Language Model (LLM) users who are editing code, as it allows the LLM to access the most current documentation rather than relying on potentially outdated information from its training data. The server can be easily integrated into development environments, providing a seamless experience for developers working with Go. gopherMCP is inspired by the godoc-mcp project and aims to expand its utility by incorporating additional tools that can assist LLMs in generating and editing Go code.

Features

  • Provides up-to-date Go documentation access for LLMs.
  • Easily integrates with development environments.
  • Helps LLMs avoid reliance on outdated training data.
  • Inspired by the godoc-mcp project.
  • Plans to expand with additional tools for Go code creation.

Usage with Different Platforms

Cursor


{
  "mcpServers": {
    "gophermcp": {
      "command": "/path/to/go/binaries/gophermcp",
      "args": []
    }
  }
}