← Back to Plugins
MCP Server MCP

ActionsPulse

github By github 👁 1 views ▲ 0 votes

Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.

Homepage Verified source GitHub

Install

oci:ghcr.io/tsviz/actions-pulse:v2.3.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/tsviz/actions-pulse:v2.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub Personal Access Token (fine-grained recommended) with read access to Actions, Administration, Deployments, Issues, Pull Requests",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Target GitHub organization to monitor",
          "isRequired": true,
          "format": "string",
          "name": "GITHUB_ORG"
        },
        {
          "description": "Enterprise slug for enhanced cross-org features (optional)",
          "format": "string",
          "name": "GITHUB_ENTERPRISE_SLUG"
        },
        {
          "description": "Comma-separated list of repository names to monitor (e.g., 'my-app,my-api,frontend'). If not set, all org repos are queried.",
          "format": "string",
          "name": "DEFAULT_REPO_FILTER"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...