CR

Cronlytic

Created 5 months ago

A comprehensive Model Context Protocol (MCP) server that integrates with the Cronlytic API for cron job management.

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

...

Server Config

{
  "mcpServers": {
    "cronlytic-server": {
      "command": "npx",
      "args": [
        "cronlytic"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Cronlytic Team
Category: community
License: MIT License
Tags:
development location documentation