Skip to content
Cline

CLEO MCP Server for Cline

io.github.kryptobaseddev/cleo-mcp-server

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

client:Cline transport:stdio runtime:npm

Install CLEO MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cleo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cleocode/cleo"
      ],
      "env": {
        "CLEO_PROJECT_DIR": "<CLEO_PROJECT_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

CLEO MCP Server in other clients