task_server

cubicecho/task_server
★ 0 stars TypeScript AI/LLM Updated 2d ago
Scheduled AI tasks: a prompt, a cron trigger, your MCP servers' tools — and the record of every run.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "task_server": {
      "command": "npx",
      "args": [
        "-y",
        "cubicecho/task_server"
      ]
    }
  }
}

README Excerpt

Scheduled AI tasks. You write a prompt, attach a cron trigger, and the server runs it against an OpenAI-compatible model with your MCP servers' tools attached — keeping the output of every run. It is the shape of min-agent with the chat taken out: there is no conversation here, only tasks that fire on their own.

Tools (4)

attemptscontextdestructiveHintmodels