npm @cronicorn/mcp-serverstdioupdated 6mo ago
HTTP jobs that understand their own responses
Cronicorn 能做什么?
Cronicorn
HTTP jobs that understand their own responses
Features
- Adaptive scheduling — AI adjusts polling frequency based on real response data
- Plain English descriptions — no config files, no SDK required
- Safety constraints — min/max intervals and TTL-based hints that auto-expire
- Multi-endpoint coordination — endpoints are aware of siblings and adapt together
- Automatic error recovery — backoff, retry, and recovery actions out of the box
- Works without AI — traditional cron and interval scheduling as a fallback
How It Works
- Add an HTTP endpoint and set a baseline schedule (cron or interval)
- Describe what matters in plain English — thresholds, coordination logic, response structure
- AI monitors responses and adapts frequency, triggers actions, and recovers from failures automatically
Getting Started
| Path | Link |
|---|---|
| Web UI — create and manage jobs visually | cronicorn.com |
| MCP Server — manage jobs from Claude, Cursor, or any MCP client | MCP Server docs |
| API — integrate programmatically with the REST API | API Playground |
安装
把 Cronicorn 添加到你的客户端。选择你正在使用的那个。
claude mcp add mcp-server -- npx -y @cronicorn/mcp-servercodex mcp add mcp-server -- npx -y @cronicorn/mcp-serveramp mcp add mcp-server -- npx -y @cronicorn/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@cronicorn/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @cronicorn/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档19/25
- 维护15/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 199 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.25.0最新 | 2026年2月13日 |
| 1.24.1 | 2026年2月13日 |
| 1.24.0 | 2026年2月13日 |
| 1.23.4 | 2026年2月13日 |
| 1.23.3 | 2026年2月13日 |
| 1.23.2 | 2026年2月13日 |
| 1.23.1 | 2026年2月13日 |
| 1.23.0 | 2026年2月12日 |
| 1.22.4 | 2026年2月11日 |
| 1.22.3 | 2026年2月10日 |
| 1.22.2 | 2026年2月10日 |