ProjectPulse MCP for VS Code
io.github.alexbypa/github-projectpulse-mcp
Monitor GitHub repo health, DORA metrics and CI signals from your AI assistant.
client:VS Code
transport:stdio
runtime:npm
Install ProjectPulse MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "github-token",
"description": "GITHUB_TOKEN",
"password": true
}
],
"servers": {
"github-projectpulse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"projectpulse-mcp"
],
"env": {
"GITHUB_TOKEN": "${input:github-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs