Gha Doctor MCP Server

Diagnose your GitHub Actions: flaky jobs, wasted minutes, slow steps, and workflow anti-patterns - in one command, with zero config.

People who work with developer tools, devops and github actions and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 2 · #150 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18

MIT · Go servers · how we verify → /methodology

01 · Install Gha Doctor

before you install - you'll need

Set GH_HOST, GITHUB_TOKEN before connecting.

Docker

docker run -i --rm ghcr.io/linnea-bakshi/gha-doctor:0.66.0

Claude Desktop - add to config

{
  "mcpServers": {
    "linnea-bakshi-gha-doctor": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/linnea-bakshi/gha-doctor:0.66.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

repo age created 2026-07-24 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.linnea-bakshi is GitHub-verified and matches the repo owner

03 · What Gha Doctor can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.66.0 · 2026-09-09

Pull-request deep dives - --pr and the pr_deep_dive MCP tool · "Why is CI failing on my PR?" - you used to need a run ID first. Now you · start from the PR: · bash · gha-doctor --repo owner/name --pr 123 # or…

v0.65.0 · 2026-09-09

dart test / flutter test failing-test extraction - 31 framework families · --flaky-logs and --run deep dives now name failing tests from dart · test and flutter test output. package:test's github reporter is the…

v0.64.0 · 2026-09-09

TAP failing-test extraction - 30 framework families · --flaky-logs and --run deep dives now name failing tests from TAP · (Test Anything Protocol) output - the shared console format of: · bats (shell tests - pyenv…

04 · Who maintains Gha Doctor

gha-doctor is maintained by linnea-bakshi. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
developer tools - ranked #150 of 168 actively-maintained developer tools servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-09)
registry
io.github.linnea-bakshi/gha-doctor (active, first published 2026-08-03 · 24 versions)
packages
oci:ghcr.io/linnea-bakshi/gha-doctor:0.66.0

06 · Gha Doctor FAQ

What is Gha Doctor?

Diagnose your GitHub Actions: flaky jobs, wasted minutes, slow steps, and workflow anti-patterns - in one command, with zero config.

Is Gha Doctor still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Gha Doctor?

Run `docker run -i --rm ghcr.io/linnea-bakshi/gha-doctor:0.66.0`. The README documents 2 environment variables (GH_HOST, GITHUB_TOKEN) to set first. Set GH_HOST, GITHUB_TOKEN before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Gha Doctor