mcpbeat Sign in

gha-doctor MCP Server

by linnea-bakshi Your server? Claim it
local only

gha-doctor runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

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

Installs / week
not published
2
Stars
0 open issues
21 Sep 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands packaging/npm/bin/gha-doctor.js:23
  const res = spawnSync(bin, process.argv.slice(2), { stdio: 'inherit' });
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        path := filepath.Join(wfDir, name)
Runs an external command packaging/npm/bin/gha-doctor.js:23
  const res = spawnSync(bin, process.argv.slice(2), { stdio: 'inherit' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch gha-doctor and you get told the day something new turns up.

Three servers free · no card

Alternatives to gha-doctor

same job, measured the same way
X402 Repohealth MCP
by liminalpepe

Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.

32 installs/wk local only
Github Actions
by ofershap

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

35 installs/wk local only
ActionsPulse
by tsviz

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

local only
Moxie Docs
by jackalope-dev

Living docs and MCP context for GitHub repos — conventions, gaps, and source-cited pages on merge.

12 tools answering
Proxy Doctor
by jiansen

Diagnose proxy misconfigurations that break AI coding tools (Cursor, VS Code, Windsurf)

96 installs/wk local only
Repo Forensics MCP
by mrfentmen

Local read-only MCP tools for Git repository archaeology, churn, hotspots, and hygiene. Tools...

local only
RepoFold
by repofold

A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations.

answering
ProjectPulse MCP
by alexbypa

Monitor GitHub repo health, DORA metrics and CI signals from your AI assistant.

113 installs/wk local only

gha-doctor — questions

Answers built from our own checks of this server.

Why is there no uptime for gha-doctor?
gha-doctor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is gha-doctor open source?
Yes — it is published under the MIT licence, written in Go and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.