other tools and integrations

Godoc Mcp

Token-efficient Go documentation server that provides AI assistants with smart access to package docs and types without reading entire source files

local
rust
other tools and integrations
0
View on GitHub

Installation

npx -y mrjoshuak/godoc-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

mrjoshuak/godoc-mcp

Token-efficient Go documentation server that provides AI assistants with smart access to package docs and types without reading entire source files

GitHub: https://github.com/mrjoshuak/godoc-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub