Cronicorn for Cursor
io.github.weskerllc/cronicorn-mcp-server
Manage adaptive cron jobs and HTTP endpoint scheduling via AI assistants.
client:Cursor
transport:stdio
runtime:npm
Install Cronicorn in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cronicorn-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
],
"env": {
"CRONICORN_API_URL": "<CRONICORN_API_URL>",
"CRONICORN_WEB_URL": "<CRONICORN_WEB_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs