ProjectPulse MCP for Zed
io.github.alexbypa/github-projectpulse-mcp
Monitor GitHub repo health, DORA metrics and CI signals from your AI assistant.
client:Zed
transport:stdio
runtime:npm
Install ProjectPulse MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"github-projectpulse-mcp": {
"command": "npx",
"args": [
"-y",
"projectpulse-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs