Godoc Mcp

general MCP Server

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

Install Ready
generalgeneral
3 views122 stars17 forksMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
122
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

docker run -i --rm ghcr.io/mrjoshuak/godoc-mcp:latest

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "godoc-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mrjoshuak/godoc-mcp:latest"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

0
Tools
0
Resources
0
Prompts
Standard I/O
Transport