
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@cronicorn/mcp-server
Advanced tools
MCP server for Cronicorn - enables AI agents to manage cron jobs via Model Context Protocol
Manage cron jobs by talking to your AI assistant.
You: "Check my API health every 5 minutes"
AI: ✅ Created job with health check running every 5 minutes.
You: "Help me migrate my app's scheduling to Cronicorn"
AI: I found 3 cron jobs in your codebase. Here's how to move each one...
You: "Give me 5 profitable SaaS ideas built on Cronicorn"
AI: Based on Cronicorn's adaptive scheduling and AI capabilities...
Works with Claude, GitHub Copilot, Cursor, Cline, Continue, and any MCP-compatible assistant.
claude mcp add cronicorn -- npx -y @cronicorn/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
In VS Code settings (JSON):
{
"github.copilot.chat.mcp.servers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
Or create ~/.vscode/mcp.json:
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
On first run, the server starts OAuth device flow:
https://cronicorn.com/device/approve~/.cronicorn/credentials.jsonTokens are valid for 30 days. Re-authentication is automatic when expired.
| Tool | Description |
|---|---|
createJob | Create a new job container |
getJob | Get job details |
listJobs | List all jobs |
updateJob | Update job properties |
archiveJob | Archive a job (soft delete) |
pauseJob | Pause job execution |
resumeJob | Resume paused job |
| Tool | Description |
|---|---|
addEndpoint | Add HTTP endpoint to a job |
getEndpoint | Get endpoint details |
listEndpoints | List endpoints for a job |
updateEndpoint | Update endpoint config |
archiveEndpoint | Archive an endpoint |
pauseResumeEndpoint | Pause/unpause endpoint |
| Tool | Description |
|---|---|
applyIntervalHint | Suggest new interval |
scheduleOneShot | Trigger immediate run |
clearHints | Remove pending hints |
resetFailures | Reset failure count |
| Tool | Description |
|---|---|
listEndpointRuns | Get execution history |
getRunDetails | Get specific run details |
getEndpointHealth | Get health summary |
getDashboardStats | Get account-wide stats |
The server bundles comprehensive docs as MCP resources — concepts, recipes, API reference, troubleshooting, and self-hosting guides. AI assistants read these automatically to answer questions about Cronicorn.
For conversational examples and detailed tool call walkthroughs, see the full docs.
Use @latest tag to always get the newest version:
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server@latest"]
}
}
}
| Variable | Default | Description |
|---|---|---|
CRONICORN_API_URL | https://cronicorn.com/api | API base URL |
CRONICORN_WEB_URL | https://cronicorn.com | Web UI URL |
# From monorepo root
pnpm install
pnpm --filter @cronicorn/mcp-server build
pnpm --filter @cronicorn/mcp-server dev
"No credentials found" - Delete ~/.cronicorn/credentials.json and re-authenticate.
Browser doesn't open - Manually visit the URL shown in terminal.
"Invalid grant" error - Token revoked. Delete credentials and re-authenticate.
FAQs
MCP server for Cronicorn - enables AI agents to manage cron jobs via Model Context Protocol
We found that @cronicorn/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.