CLEO MCP Server for Claude Desktop
io.github.kryptobaseddev/cleo-mcp-server
Task management for AI coding agents — CQRS 2-gateway pattern, 200 ops across 10 domains
client:Claude Desktop
transport:stdio
runtime:npm
Install CLEO MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cleo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cleocode/cleo"
],
"env": {
"CLEO_PROJECT_DIR": "<CLEO_PROJECT_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs