Odel
ProjectPulse MCP

ProjectPulse MCP

Local
@alexbypa1TypeScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprojectpulse-mcpv1.6.13

Run

npx -y projectpulse-mcp

MCP client config

{
  "mcpServers": {
    "projectpulse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "projectpulse-mcp"
      ]
    }
  }
}