ActionsPulse for Claude Desktop
io.github.tsviz/actions-pulse
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
client:Claude Desktop
transport:stdio
runtime:oci
Install ActionsPulse in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs