Home › Version Control › gha-doctor
gha-doctor
Diagnose GitHub Actions CI: lint, flaky tests, wasted minutes, health score. Read-only MCP tools.
Topics: Version Control
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/linnea-bakshi/gha-doctor:0.66.0
Or add to your MCP client config:
{
"mcpServers": {
"gha-doctor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/linnea-bakshi/gha-doctor:0.66.0"
],
"env": {
"GITHUB_TOKEN": "<YOUR_VALUE>"
}
}
}
}
GITHUB_TOKENsecret — 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)
This server takes extra arguments — see its repository.
Related servers
GitHub
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
mcp-server-azure-devops
Azure DevOps integration for repository management, work items, and pipelines.
mcp-git-ingest
Read and analyze GitHub repositories with your LLM
gitlab-mr-mcp
Interact seamlessly with issues and merge requests of your GitLab projects.
forgejo-mcp
An MCP server for managing your repositories on Forgejo/Gitea server.
Kin
A graph-native code repository for people and AI agents.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry