Loading MCP server directory, please wait...
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
npx @getmcp/cli add io.github.tsviz/actions-pulseRequires Docker Engine. Community-contributed server. Review source before installing.
GITHUB_TOKENGitHub Personal Access Token (fine-grained recommended) with read access to Actions, Administration, Deployments, Issues, Pull Requests
GITHUB_ORGTarget GitHub organization to monitor
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tsviz/actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_TOKEN",
"-e",
"GITHUB_ORG",
"-e",
"GITHUB_ENTERPRISE_SLUG",
"-e",
"DEFAULT_REPO_FILTER",
"ghcr.io/tsviz/actions-pulse:v2.3.0"
],
"env": {
"GITHUB_TOKEN": "",
"GITHUB_ORG": "",
"GITHUB_ENTERPRISE_SLUG": "",
"DEFAULT_REPO_FILTER": ""
}
}
}
}