gophermcp
@njern
About gophermcp
An MCP server to help LLM:s write better Go code
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is gophermcp?
gophermcp is an MCP (Model Context Protocol) server that gives LLMs access to Go documentation for any package. It helps LLMs look up up-to-date documentation instead of relying on potentially outdated training data.
How to use gophermcp?
Install the server with go install github.com/njern/gophermcp. To use it with Cursor, create an mcp.json file in the .cursor directory of your project root and add the server configuration with the command path to the gophermcp binary.
Key features of gophermcp
- Provides Go documentation for any package
- Helps LLMs use current docs instead of outdated training data
- Simple installation via
go install - Integrates with Cursor through MCP configuration
- Licensed under the MIT License
Use cases of gophermcp
- An LLM editing Go code can look up package documentation on demand
- Developers can ensure their LLM assistant always uses accurate, up-to-date Go reference material
FAQ from gophermcp
What does gophermcp do?
gophermcp is an MCP server that gives LLMs direct access to Go documentation for any package, so they don't need to rely on stale data in their training set.
How do I install gophermcp?
Run go install github.com/njern/gophermcp to download and compile the server binary.
How do I use gophermcp with Cursor?
Create an mcp.json file inside the .cursor directory of your project root, then add the gophermcp server configuration with the full path to the binary and no arguments.
What alternatives exist?
This project was inspired by godoc-mcp, which provides similar functionality.
What license does gophermcp use?
gophermcp is released under the MIT License.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
Comments