Cron Job Doctor MCP
Provides tools to list workflows and fetch run history from GitHub repositories.
Diagnoses scheduled GitHub Actions workflows for issues like stuck jobs, retry storms, duration creep, and recent failures.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cron Job Doctor MCPCheck my repo my-org/my-repo for stuck cron jobs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cron Job Doctor MCP
A remote MCP server that diagnoses scheduled GitHub Actions workflows: finds jobs that have gone silently stuck, are retrying in a loop, are taking progressively longer to run, or just failed on their last run -- and can rerun a specific run or enable/disable a workflow when asked.
Tools exposed:
list_scheduled_workflows— find every workflow in a repo with aschedule:triggerget_workflow_runs— raw run history for one workflowdiagnose_workflow— run history + anomaly flags (stuck / retry storm / duration creep / recent failure / failure rate), and records a snapshot to historyget_diagnosis_history— past diagnosis snapshots for a workflow, so you can see trends over time rather than a single point-in-time checkrerun_workflow— write action: re-runs a specific run (defaults to failed jobs only)set_workflow_enabled— write action: enables or disables a workflow's schedulediagnose_workflow_widget/compare_workflows_widget— interactive widget versions
1. Prerequisites
A GitHub account with at least one repo that has a scheduled workflow
A fine-grained Personal Access Token scoped to the repo(s) you want to check, with:
Actions: Read and write (read for diagnostics, write for rerun/enable/disable)
Contents: Read and write (read for the schedule check, write for diagnosis history storage)
Metadata: Read-only
A Vercel account
Related MCP server: GitHub Actions MCP
2. Push to GitHub
git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:<you>/cron-job-doctor-mcp.git
git push -u origin main3. Import into Vercel
Go to vercel.com/new → Import Git Repository → select this repo (install the Vercel GitHub App first if you haven't already)
In Environment Variables, add
GITHUB_TOKENwith your PATClick Deploy
4. Diagnosis history storage
get_diagnosis_history and the new-vs-recurring-anomaly diffing store
past snapshots as a markdown file (.cron-job-doctor/history/<workflow_id>.md,
containing a fenced JSON block) committed to a dedicated
cron-job-doctor-history branch in whichever repo is being diagnosed
-- not main, and not this server's own repo -- so it doesn't clutter
the target repo's regular commit history. The branch is created
automatically on first use; no manual setup needed beyond the token scope
above.
Every future git push to main on this server's repo auto-deploys.
5. Connect it to Claude / Cowork
Add a custom connector pointing at:
https://<your-vercel-domain>/api/mcpThen try something like: "Check my repo me/my-project for any cron jobs
that need attention."
Local development
npm install
cp .env.example .env.local # fill in GITHUB_TOKEN
npm run devThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceA utility that helps diagnose and fix GitHub Actions workflow failures by analyzing run logs, identifying common failure patterns, and suggesting specific fixes through a structured decision tree.1
- AlicenseAquality-maintenanceConnects AI assistants to GitHub Actions workflows to monitor CI/CD pipelines, view run logs, diagnose failures, and optionally trigger or manage workflows with granular permission controls.101
- AlicenseAqualityAmaintenanceLocal-only GitHub Actions and CI maintenance scanner for AI-built apps. Exposes scan, explanation, and fix-planning tools to MCP clients; modifies nothing and makes no outbound requests by default.3422MIT
- AlicenseAqualityAmaintenanceProvides tools to analyze and debug GitHub Actions CI failures, including summarizing failures, detecting flaky tests, and suggesting fixes.1071ISC
Related MCP Connectors
GitHub Actions workflow security audit - 21 checks: pinning, permissions, secrets, injection.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Flaky test detection, root cause analysis, and fix suggestions for development teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jtaylor98/cron-job-doctor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server