ActionsPulse
About
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GITHUB_TOKEN GITHUB_ORG GITHUB_ENTERPRISE_SLUG DEFAULT_REPO_FILTERClaude Code
claude mcp add --env GITHUB_TOKEN= --env GITHUB_ORG= --env GITHUB_ENTERPRISE_SLUG= --env DEFAULT_REPO_FILTER= actions-pulse -- docker ghcr.io/tsviz/actions-pulse:v2.3.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"actions-pulse","command":"docker","args":["ghcr.io/tsviz/actions-pulse:v2.3.0"],"env":{"GITHUB_TOKEN":"","GITHUB_ORG":"","GITHUB_ENTERPRISE_SLUG":"","DEFAULT_REPO_FILTER":""}}'
JSON
{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"ghcr.io/tsviz/actions-pulse:v2.3.0"
],
"env": {
"GITHUB_TOKEN": "",
"GITHUB_ORG": "",
"GITHUB_ENTERPRISE_SLUG": "",
"DEFAULT_REPO_FILTER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.