HomeProductivity › CLEO MCP Server

CLEO MCP Server

Task management for AI coding agents — CQRS 2-gateway pattern, 200 ops across 10 domains

TypeScript
★ 160 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2026.3.35)

npx -y @cleocode/cleo@2026.3.35

Or add to your MCP client config:

{
  "mcpServers": {
    "cleo": {
      "command": "npx",
      "args": [
        "-y",
        "@cleocode/cleo@2026.3.35"
      ],
      "env": {
        "CLEO_PROJECT_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLEO_PROJECT_DIR — Path to CLEO project directory (must contain .cleo/ folder)

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry