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
{
"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