1 min read 60 words Updated Sep 24, 2026 Created Sep 24, 2026
#AI#Go#MCP#tool

Go Doc MCP

See: https://github.com/mrjoshuak/godoc-mcp
It can be used to make an MCP server of go doc <package-name>
And can be added easily to Claude Code

For opencode, the mcp configuration is:

    "godoc-mcp": {
      "type": "local",
      "command": ["godoc-mcp"],
      "environment": {}
    }

For VS Code / copilot:

  "godoc": {
      "type": "stdio",
      "command": "godoc-mcp",
      "args": [],
    },