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