Skip to content
Gemini CLI

ProjectPulse MCP for Gemini CLI

io.github.alexbypa/github-projectpulse-mcp

Monitor GitHub repo health, DORA metrics and CI signals from your AI assistant.

client:Gemini CLI transport:stdio runtime:npm

Install ProjectPulse MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "github-projectpulse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "projectpulse-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ProjectPulse MCP in other clients