Skip to content
Cursor

ActionsPulse for Cursor

io.github.tsviz/actions-pulse

Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.

client:Cursor transport:stdio runtime:oci

Install ActionsPulse in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "actions-pulse": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tsviz/actions-pulse:v2.3.0"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_ORG": "<GITHUB_ORG>",
        "GITHUB_ENTERPRISE_SLUG": "<GITHUB_ENTERPRISE_SLUG>",
        "DEFAULT_REPO_FILTER": "<DEFAULT_REPO_FILTER>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ActionsPulse in other clients