Skip to content
Windsurf

CLEO MCP Server for Windsurf

io.github.kryptobaseddev/cleo-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install CLEO MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

CLEO MCP Server in other clients