Skip to content

Commit 83a0837

Browse files
authored
Merge pull request #38 from cronitorio/claude/document-mcp-server-2wfb4
Document MCP server in README
2 parents 2b56744 + ca8aeeb commit 83a0837

File tree

3 files changed

+222
-138
lines changed

3 files changed

+222
-138
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ cronitor configure --users user1,user2
7979
```
8080
For systemd and Docker examples, and security best‑practices, see the full [Dashboard documentation](https://crontab.guru/dashboard.html).
8181

82+
## MCP Server (AI Integration)
83+
84+
The Cronitor CLI includes a built-in [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for managing cron jobs with natural language through AI-powered tools like Claude Code, Cursor, Cline, and Windsurf.
85+
86+
**Quick start:** Run `cronitor dash` on your server, then configure your MCP client to spawn `cronitor dash --mcp-instance default`.
87+
88+
For setup instructions, available tools, and configuration options, see the [MCP Integration Guide](docs/MCP_INTEGRATION.md).
89+
8290
## Uninstall CronitorCLI
8391
First, you will need to update any crontab files that were edited to include Cronitor to remove the reference to `cronitor exec MONITOR_KEY` that were added when you created monitors.
8492

0 commit comments

Comments
 (0)