Skip to content

github analytics mcp server for Zed

io.github.thenextgennexus/github-analytics-mcp-server

Get GitHub repository stats, search repos, analyze languages, and compare projects

client:Zed transport:stdio runtime:npm

Install github analytics mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "github-analytics-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/github-analytics-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

github analytics mcp server in other clients