Names every schedule line in the file you have open that fires at the wrong hour, twice, or never at
claude mcp add cron-schedule-lint -- npx -y @readystack/cron-schedule-lint
claude_desktop_config.json
{
"mcpServers": {
"cron-schedule-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/cron-schedule-lint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cron-schedule-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/cron-schedule-lint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cron-schedule-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/cron-schedule-lint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cron-schedule-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/cron-schedule-lint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cron-schedule-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/cron-schedule-lint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--cron-schedule-lint/reviews or the review_server meta-tool.
POST /mcp