cronicle-mcp

jshiv/cronicle-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 5d ago
MCP server for cronicle — lets Claude create projects, schedule agent jobs, and monitor runs on your behalf.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cronicle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jshiv/cronicle-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [Cronicle](https://github.com/jshiv/cronicle) — lets Claude create projects, schedule agent jobs, and monitor runs on your behalf. Pairs with the cronicle backend (cronicle-infra) and authenticates via personal access tokens (PATs) generated in the cronicle web UI. ```bash npm install -g cronicle-mcp

Tools (20)

CRONICLE_API_URLCRONICLE_DEFAULT_ORGCRONICLE_TOKENCRONICLE_WEB_URLcronicle_add_schedulecronicle_create_projectcronicle_delete_projectcronicle_delete_schedulecronicle_delete_secretcronicle_get_project_hclcronicle_get_schedulecronicle_init_project_from_repocronicle_list_projectscronicle_list_runscronicle_list_secretscronicle_pause_schedulecronicle_resume_schedulecronicle_run_schedule_nowcronicle_set_secretcronicle_sync_from_repo