Skip to content
Zed

ActionsPulse for Zed

io.github.tsviz/actions-pulse

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

client:Zed transport:stdio runtime:oci

Install ActionsPulse in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "actions-pulse": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ActionsPulse in other clients