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
{
"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