MCP Directory
Back

godoc-mcp

by mrjoshuak · Go · ★ 122

MCP server that reduces LLM context usage when AI coding agents work with Go — structured documentation instead of source-file dumps.

#ai-agents#ai-tools#anthropic#claude#documentation#golang#llm#llm-tools#mcp#model-context-protocol

Install

go install github.com/mrjoshuak/godoc-mcp@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "godoc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:mrjoshuak/godoc-mcp"
      ]
    }
  }
}

From the README

[](https://goreportcard.com/report/github.com/mrjoshuak/godoc-mcp) [](https://pkg.go.dev/github.com/mrjoshuak/godoc-mcp) [](LICENSE) is a Model Context Protocol (MCP) server that provides efficient access to Go documentation. It helps LLMs understand Go projects by providing direct access to package documentation without needing to read entire source files. can vastly improve the performance of using LLMs to develop in Go by substantially reducing the number of tokens needed to understand and make use of Go packages. In a sentence: ** provides a more token efficient way for LLMs to underst…
Read full README on GitHub →

Related filesystem servers