gha-doctor
Rank #5,314io.github.linnea-bakshi/gha-doctor
Diagnose GitHub Actions CI: lint, flaky tests, wasted minutes, health score. Read-only MCP tools.
gha-doctor is a Model Context Protocol (MCP) server published by linnea-bakshi. It ranks #5,314 of 115,460 servers tracked on MCP Toplist. gha-doctor is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 3, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 110,146 of 115,460 servers on MCP Toplist.
Use gha-doctor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gha-doctor -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- docker run -i --rm ghcr.io/linnea-bakshi/gha-doctor:0.57.0 --mcpReplace each placeholder with your own value before saving.
[mcp_servers.gha-doctor]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/linnea-bakshi/gha-doctor:0.57.0", "--mcp"]
[mcp_servers.gha-doctor.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-doctor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/linnea-bakshi/gha-doctor:0.57.0",
"--mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-doctor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/linnea-bakshi/gha-doctor:0.57.0",
"--mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gha-doctor": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/linnea-bakshi/gha-doctor:0.57.0",
"--mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-doctor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/linnea-bakshi/gha-doctor:0.57.0",
"--mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-doctor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/linnea-bakshi/gha-doctor:0.57.0",
"--mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.linnea-bakshi%2Fgha-doctor)<a href="https://mcptoplist.com/server/io.github.linnea-bakshi%2Fgha-doctor"><img src="https://mcptoplist.com/badge/io.github.linnea-bakshi%2Fgha-doctor.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
linnea-bakshi
Available versions (3)
| Version | Published |
|---|---|
| 0.57.0 | Aug 4, 2026 |
| 0.50.0 | Aug 3, 2026 |
| 0.47.1 | Aug 3, 2026 |
Frequently asked questions
- Who maintains gha-doctor?
- gha-doctor is maintained by linnea-bakshi, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is gha-doctor listed on the Official MCP Registry?
- Yes — gha-doctor is listed on the Official MCP Registry, alongside Glama.
- How many versions does gha-doctor have?
- MCP Toplist tracks 3 versions of gha-doctor, most recently published on Aug 4, 2026.
- Where can I find the source code for gha-doctor?
- The source code for gha-doctor is hosted at github.com/linnea-bakshi/gha-doctor.