Developer Tools
Trust: 44/100 (Fair)CLEO MCP Server Guide
Task management for solo developers and AI coding agents — CQRS pattern, 177 operations
122 starsby kryptobaseddev
Quick Start
Install
npx @cleocode/cleoClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kryptobaseddev-cleo-mcp-server": {
"command": "npx",
"args": [
"@cleocode/cleo"
]
}
}
}