development
location
documentation
public
API
cron jobs
What is Cronlytic?
Create CRUD operations for serverless cron jobs through [Cronlytic](https://cronlytic.com) MCP Server
Documentation
Cronlytic MCP Server
Overview
The Cronlytic MCP Server enables AI agents and LLM applications to manage cron jobs seamlessly...
Installation# Prerequisites
Python 3.8 or higher
Cronlytic account with API access
Install from Source## Quick Setup (Recommended)
git clone https://github.com/Cronlytic/cronlytic-mcp-server.git
cd cronlytic-mcp-server\n\n# Run the setup script (creates venv and installs everything)
./setup_dev_env.sh\n\n# Activate the virtual environment
source venv/bin/activate