Odel
ActionsPulse

ActionsPulse

Local
@tsviz3TypeScriptMITUpdated 7mo ago

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

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).

Dockerghcr.io/tsviz/actions-pulse:v2.3.0

Run

docker run -i --rm ghcr.io/tsviz/actions-pulse:v2.3.0

MCP client config

{
  "mcpServers": {
    "actionspulse": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tsviz/actions-pulse:v2.3.0"
      ]
    }
  }
}