Loading languages...
CR

cronlytic-mcp-server

@Cronlytic

MCP server to let LLMs (AI Agents) to communicate and interact with Cronlytic to perform CRUD operations for serverless cron jobs

LLMs
AI Agents
cron jobs
CRUD operations
serverless
Cronlytic API

# mcpServer Config

{
  "mcpServers": {
    "cronlytic": {
      "command": "python",
      "args": [
        "-m",
        "cronlytic_mcp_server.server"
      ],
      "env": {
        "CRONLYTIC_API_KEY": "your_api_key_here",
        "CRONLYTIC_USER_ID": "your_user_id_here"
      }
    }
  }
}

# stdio

python -m cronlytic_mcp_server.server
Transport:
stdio
言語:
Python
作成日:6/7/2025
更新日:6/7/2025
ホームページ:
https://www.cronlytic.com