← Index

CLEO MCP Server

io.github.kryptobaseddev/cleo-mcp-server·v2026.3.35·Other
Quality Score
94
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cleo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cleocode/cleo"
      ],
      "env": {
        "CLEO_PROJECT_DIR": "<cleo_project_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cleo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cleocode/cleo"
      ],
      "env": {
        "CLEO_PROJECT_DIR": "<cleo_project_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cleocode/cleo
§02  Environment variables
CLEO_PROJECT_DIR

Path to CLEO project directory (must contain .cleo/ folder)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other