Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cron Job Doctor

БесплатноНе проверен

Diagnoses scheduled GitHub Actions workflows for anomalies like stuck jobs, retry storms, duration creep, or recent failures.

GitHubEmbed

Описание

Diagnoses scheduled GitHub Actions workflows for anomalies like stuck jobs, retry storms, duration creep, or recent failures.

README

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.

Tools exposed:

  • list_scheduled_workflows — find every workflow in a repo with a schedule: trigger
  • get_workflow_runs — raw run history for one workflow
  • diagnose_workflow — run history + anomaly flags (stuck / retry storm / duration creep / recent failure)

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 read-only access to:
    • Actions
    • Contents
    • Metadata
  • A Vercel account

2. Push to GitHub

git init
git add .
git commit -m "Initial commit"
git remote add origin [email protected]:<you>/cron-job-doctor-mcp.git
git push -u origin main

3. Import into Vercel

  1. Go to vercel.com/new → Import Git Repository → select this repo (install the Vercel GitHub App first if you haven't already)
  2. In Environment Variables, add GITHUB_TOKEN with your PAT
  3. Click Deploy

Every future git push to main auto-deploys.

4. Connect it to Claude / Cowork

Add a custom connector pointing at:

https://<your-vercel-domain>/api/mcp

Then 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 dev

from github.com/jtaylor98/cron-job-doctor-mcp

Установка Cron Job Doctor

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/jtaylor98/cron-job-doctor-mcp

FAQ

Cron Job Doctor MCP бесплатный?

Да, Cron Job Doctor MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Cron Job Doctor?

Нет, Cron Job Doctor работает без API-ключей и переменных окружения.

Cron Job Doctor — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Cron Job Doctor в Claude Desktop, Claude Code или Cursor?

Открой Cron Job Doctor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Cron Job Doctor with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development