pkgsite-mcp

garrettladley/pkgsite-mcp
★ 0 stars Go 🤖 AI/LLM Updated 1d ago
mcp server for pkg.go.dev
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pkgsite-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/garrettladley/pkgsite-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP tools for looking up current Go module and package information from the official `pkg.go.dev/v1beta` API. Use it when you want a coding agent to answer Go dependency questions with structured pkg.go.dev data instead of guessing from model memory, scraping HTML, or cloning repositories. MCP endpoint:

Topics

gomcp