The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the ActionsPulse listing page.
Real-time GitHub Actions observability through VS Code with GitHub Copilot
DORA Metrics • Cost Analysis • CI/CD Health • Security Compliance
☝️ This is an actual interactive HTML dashboard generated by ActionsPulse — see full tour below
ActionsPulse is an Agentic MCP Server that brings DevOps observability directly into your IDE. Ask GitHub Copilot questions like:
💬 "Show me our DORA metrics for the last 30 days"
💬 "Which workflows are costing us the most?"
💬 "Generate a compliance report for SOC2"
💬 "What's our deployment frequency this month?"
And get interactive visual dashboards with actionable insights.
| Feature | Organization | Enterprise |
|---|---|---|
| 📊 DORA Metrics | ✅ | ✅ Enhanced |
| ⚡ Performance Analytics | ✅ | ✅ |
| 💰 Cost Optimization | ✅ | ✅ Cross-org |
| 🏃 Runner Utilization | ✅ Self-hosted | ✅ All runners |
| 👥 Team Productivity | ✅ | ✅ |
| 🔒 Compliance Reports | ✅ (GHAS) | ✅ |
| 💾 Cache Analytics | ✅ | ✅ |
| 🎓 Maturity Assessment | ✅ | ✅ |
ActionsPulse generates interactive HTML dashboards that you can open in any browser. Simply ask Copilot:
💬 "Generate DevOps reports for my organization"
Or use the generate_devops_reports tool directly. Here's a complete tour of what you get:
The main dashboard provides:
Track the four key DORA metrics:
Each metric includes trend analysis and benchmarks against industry standards (Elite, High, Medium, Low performers).
Deep dive into your CI/CD pipelines:
Understand and optimize your GitHub Actions spending:
Stay compliant and secure:
Assess your DevOps maturity level:
💡 How to generate these dashboards:
Reports are saved to timestamped folders as standalone HTML files — share them with your team or embed in internal wikis!
ActionsPulse is published to the official MCP Registry as io.github.tsviz/actions-pulse.
🌐 Web UI (Recommended) — Use the MCP Registry UI for 1-click installation into VS Code or Cursor:
Manual Docker Setup — Or follow the steps below to configure manually.
Go to GitHub Settings → Developer Settings → Personal Access Tokens → Fine-grained tokens
Click Generate new token
Configure basic settings:
actions-pulse-mcpSet Repository permissions:
| Permission | Access | Required | Purpose |
|---|---|---|---|
| Actions | Read | ✅ Yes | Workflow runs, cache usage |
| Administration | Read | ✅ Yes | Billing data, repo settings |
| Contents | Read | ✅ Yes | Read config files from devops-config repo |
| Custom properties | Read | ✅ Yes | Read custom property values on repositories |
| Deployments | Read | ✅ Yes | Deployment frequency, environments (DORA) |
| Discussions | Read | 🔶 Optional | Community engagement metrics |
| Environments | Read | ✅ Yes | Environment protection rules |
| Issues | Read | ✅ Yes | Issue metrics, resolution times (DORA) |
| Merge queues | Read | 🔶 Optional | Merge queue adoption and wait times |
| Metadata | Read | ✅ Yes | Basic repo info (auto-granted) |
| Pull requests | Read | ✅ Yes | PR metrics, lead time, review times (DORA) |
Set Organization permissions:
| Permission | Access | Required | Purpose |
|---|---|---|---|
| Custom properties | Read | ✅ Yes | Read property definitions/schemas at org level |
| Custom properties for organizations | Read | ✅ Yes | Read property values assigned to repositories |
Set Organization permissions (continued):
| Permission | Access | Required | Purpose |
|---|---|---|---|
| Members | Read | 🔶 Optional | Team membership for productivity metrics |
| Self-hosted runners | Read | 🔶 Optional | Runner utilization metrics |
| Administration | Read | ✅ Yes | Org billing and settings |
Optional permissions (for compliance features, requires GitHub Advanced Security):
| Permission | Access | Required | Purpose |
|---|---|---|---|
| Secret scanning alerts | Read | ❌ Optional | Compliance audit reports |
| Code scanning alerts | Read | ❌ Optional | Compliance audit reports |
Click Generate token and save it securely
Add to your ~/.mcp.env:
Add to VS Code's MCP settings (~/.vscode/mcp.json or workspace .vscode/mcp.json):
| Variable | Required | Description |
|---|---|---|
GITHUB_TOKEN | ✅ Yes | Personal Access Token (fine-grained recommended) |
GITHUB_ORG | ✅ Yes | Target GitHub organization to monitor (e.g., my-company). All API calls use this org. |
DEFAULT_REPO_FILTER | ❌ No | Comma-separated list of repos to monitor (e.g., my-app,my-api). See precedence rules below. |
GITHUB_API_URL | ❌ No | Custom API URL (default: https://api.github.com) |
GITHUB_ENTERPRISE_SLUG | ❌ No | Enterprise slug for enhanced features |
GITHUB_ENTERPRISE_URL | ❌ No | GitHub Enterprise Server API URL |
DEVOPS_CONFIG_REPO | ❌ No | Config repo name (default: devops-config) |
DEVOPS_CONFIG_PATH | ❌ No | Local path to config files (for mounted configs) |
When determining which repositories to query, ActionsPulse uses this precedence (highest to lowest):
| Priority | Source | Applies To | Example |
|---|---|---|---|
| 1️⃣ | repo_filter parameter in tool call | Individual tools | get_dora_metrics(repo_filter: "app1,app2") |
| 2️⃣ | inventory.yaml repositories | generate_devops_reports | Repos defined in config file |
| 3️⃣ | DEFAULT_REPO_FILTER env var | All tools (fallback) | DEFAULT_REPO_FILTER=my-app,my-api |
| 4️⃣ | All org repos via GitHub API | All tools | (default if nothing set) |
Tip: For quick setup without a config repo, just set DEFAULT_REPO_FILTER in the MCP Registry installer. For richer metadata (team, tier, compliance tags), use inventory.yaml.
By default, ActionsPulse queries ALL repositories in your organization via the GitHub API — no configuration files are required. You can filter repos dynamically using tool parameters like repo_filter.
The optional configuration files let you define persistent metadata (teams, tiers, compliance tags) for filtering and reporting. There are two approaches:
Create a devops-config repository in your organization with the following structure:
The MCP server will automatically discover and load from {org}/devops-config repo.
Mount a local config directory into the Docker container:
Create repositories/inventory.yaml to define which repos to monitor:
| Tier | Priority | Uptime | Response Time | Use Case |
|---|---|---|---|---|
| tier-1 | 🔴 Critical | 99.9% | < 15 min | Production, customer-facing |
| tier-2 | 🟡 Standard | 99% | < 1 hour | Internal tools, staging |
| tier-3 | 🟢 Low | Best effort | < 24 hours | Demos, prototypes |
See docs/ARCHITECTURE.md for complete tier definitions, compliance requirements, and alerting behavior.
After updating mcp.json, restart VS Code to pick up the new MCP server. You can verify the server is running by opening GitHub Copilot Chat and asking about your DevOps metrics.
Analyze GitHub Actions usage and billing data (basic).
GitHub Insights-style detailed usage metrics with per-workflow, per-job, per-repo, per-OS, and per-runner breakdowns.
GitHub Insights-style performance metrics with avg run time, queue time, and failure rates per workflow/job/repo/OS/runner.
Get workflow performance analytics with P95/P99 latencies (basic).
Enhanced Cost Detection: Reports now use a three-tier system for accurate runner cost calculation:
- 🎯 API Detection - Uses hosted runners API for exact machine specs
- 🏷️ Label Detection - Pattern matching against runner catalog
- 📊 Default Pricing - OS-based fallback
See Configuration Guide for details.
Analyze runner utilization and efficiency.
Analyze Actions cache usage and efficiency.
Generate actionable cost optimization recommendations.
Get workflow insights with bottleneck detection.
Analyze team productivity based on Actions and commit data.
Generate compliance and security audit report.
Get DORA metrics (Deployment Frequency, Lead Time, Change Failure Rate, Time to Restore).
DORA metrics using actual GitHub Deployments API for maximum accuracy.
Pull request metrics including lead time, merge rates, and size distribution.
Issue metrics including time to close, label distribution, and backlog health.
Deployment metrics from GitHub Deployments API.
Analyze GitHub environment configurations including protection rules.
GitHub Discussions metrics including answer rates and engagement.
Merge queue usage and adoption across repositories.
List all custom property definitions for an organization.
Analyze custom property usage and coverage across repositories.
Find repositories by custom property value.
If you have GitHub Enterprise, you can enable enhanced features by adding:
This enables:
You can automate DevOps report generation using GitHub Copilot CLI with ActionsPulse MCP server in a GitHub Actions workflow. This enables scheduled weekly reports, on-demand analysis, and automatic issue creation with insights.
See .github/workflows/weekly-devops-report.yml for a complete working example.
| Flag | Description |
|---|---|
--yolo | Auto-approve all tool calls (no confirmation prompts) |
--disable-builtin-mcps | Disable built-in MCP servers (use only custom ones) |
--additional-mcp-config @<file> | Load MCP server config from file (use $HOME not ~) |
--prompt "<text>" | The prompt for Copilot to execute |
$HOME instead of ~ in the config path — tilde is not expanded in @file argumentsenv block in MCP config doesn't pass variables to Docker"tools": ["*"] in your MCP config — this field is required| Document | Description |
|---|---|
| Quick Start | Get up and running in 5 minutes |
| Configuration Guide | Complete configuration reference |
| Architecture | System design and tier definitions |
Ready-to-use configuration examples are available in the examples/ directory:
| File | Description |
|---|---|
| mcp-docker.json | VS Code MCP config using Docker |
| mcp-local.json | VS Code MCP config for local development |
| mcp-envfile.json | VS Code MCP config using environment file |
| .env.example | Environment variables template |
| inventory.yaml | Repository inventory example |
| devops-config.yaml | DevOps observer configuration |
| docker-compose.yml | Docker Compose deployment |
MIT