What is the ActionsPulse MCP server?
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
How to install ActionsPulse
Copy-paste configuration for popular MCP clients.
GITHUB_TOKENrequiredsecretGitHub Personal Access Token (fine-grained recommended) with read access to Actions, Administration, Deployments, Issues, Pull Requests
GITHUB_ORGrequiredTarget GitHub organization to monitor
GITHUB_ENTERPRISE_SLUGEnterprise slug for enhanced cross-org features (optional)
DEFAULT_REPO_FILTERComma-separated list of repository names to monitor (e.g., 'my-app,my-api,frontend'). If not set, all org repos are queried.
{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.3.0"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_ORG": "<YOUR_GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<YOUR_GITHUB_ENTERPRISE_SLUG>",
"DEFAULT_REPO_FILTER": "<YOUR_DEFAULT_REPO_FILTER>"
}
}
}
}{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.3.0"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_ORG": "<YOUR_GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<YOUR_GITHUB_ENTERPRISE_SLUG>",
"DEFAULT_REPO_FILTER": "<YOUR_DEFAULT_REPO_FILTER>"
}
}
}
}{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.3.0"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_ORG": "<YOUR_GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<YOUR_GITHUB_ENTERPRISE_SLUG>",
"DEFAULT_REPO_FILTER": "<YOUR_DEFAULT_REPO_FILTER>"
}
}
}
}{
"servers": {
"actions-pulse": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.3.0"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_ORG": "<YOUR_GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<YOUR_GITHUB_ENTERPRISE_SLUG>",
"DEFAULT_REPO_FILTER": "<YOUR_DEFAULT_REPO_FILTER>"
}
}
}
}claude mcp add actions-pulse --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env GITHUB_ORG=<YOUR_GITHUB_ORG> --env GITHUB_ENTERPRISE_SLUG=<YOUR_GITHUB_ENTERPRISE_SLUG> --env DEFAULT_REPO_FILTER=<YOUR_DEFAULT_REPO_FILTER> -- docker run -i --rm ghcr.io/tsviz/actions-pulse:v2.3.0Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.