Serversio.github.tsviz/actions-pulse
P

ActionsPulse

io.github.tsviz/actions-pulse · v2.3.0
▦ docker
v2.3.0docker oci: ghcr.io/tsviz/actions-pulse:v2.3.0↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.tsviz/actions-pulse",
  "description": "Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.",
  "title": "ActionsPulse",
  "repository": {
    "url": "https://github.com/tsviz/github-mcp-server-devops",
    "source": "github"
  },
  "version": "2.3.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}