HomeDevelopment › ProjectPulse MCP

ProjectPulse MCP

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-23 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.8.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "github-projectpulse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITHUB_TOKEN secret — GitHub personal access token. Optional - public repos work without it; raises rate limits and enables private repository access.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry