← Back to Plugins
MCP Server MCP

CLEO MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...