MCP Server
MCP
CLEO MCP Server
Task management for AI coding agents — CQRS 2-gateway pattern, 200 ops across 10 domains
Install
npx -y @cleocode/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@cleocode/cleo",
"version": "2026.3.35",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start the MCP stdio server instead of the CLI",
"value": "--mcp-server",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Path to CLEO project directory (must contain .cleo/ folder)",
"name": "CLEO_PROJECT_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment