CLEO MCP Server
About
Task management for AI coding agents — CQRS 2-gateway pattern, 200 ops across 10 domains
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CLEO_PROJECT_DIRClaude Code
claude mcp add --env CLEO_PROJECT_DIR= cleo-mcp-server -- npx @cleocode/cleo
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cleo-mcp-server","command":"npx","args":["@cleocode/cleo"],"env":{"CLEO_PROJECT_DIR":""}}'
JSON
{
"mcpServers": {
"cleo-mcp-server": {
"command": "npx",
"args": [
"@cleocode/cleo"
],
"env": {
"CLEO_PROJECT_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.