← Back to Plugins
MCP Server MCP

gha-doctor

github By github 👁 1 views ▲ 0 votes

Diagnose GitHub Actions CI: lint, flaky tests, wasted minutes, health score. Read-only MCP tools.

Homepage Verified source GitHub

Install

oci:ghcr.io/linnea-bakshi/gha-doctor:0.61.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/linnea-bakshi/gha-doctor:0.61.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "--mcp",
          "type": "positional",
          "valueHint": "--mcp"
        }
      ],
      "environmentVariables": [
        {
          "description": "GitHub token for run-history analysis and log reading (optional for public-repo lint; raises the API rate limit and enables private repos and logs)",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...