Serversio.github.kryptobaseddev/cleo-mcp-server
S

CLEO MCP Server

io.github.kryptobaseddev/cleo-mcp-server · v2026.3.35
▦ npm
v2026.3.35npm npm: @cleocode/cleo↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kryptobaseddev/cleo-mcp-server",
  "description": "Task management for AI coding agents — CQRS 2-gateway pattern, 200 ops across 10 domains",
  "title": "CLEO MCP Server",
  "repository": {
    "url": "https://github.com/kryptobaseddev/cleo.git",
    "source": "github"
  },
  "version": "2026.3.35",
  "websiteUrl": "https://github.com/kryptobaseddev/cleo",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "categories": [
        "developer-tools",
        "task-management",
        "ai-agents"
      ],
      "features": [
        "CQRS 2-gateway pattern (94% token reduction vs traditional MCP tool approach)",
        "200 operations across 10 canonical domains",
        "Anti-hallucination validation on all task operations",
        "Atomic file operations with backup and rollback"
      ],
      "tools": [
        {
          "description": "Read-only operations across 10 domains: tasks, session, orchestrate, memory, pipeline, check, admin, tools, nexus, sticky",
          "name": "query"
        },
        {
          "description": "Write operations across 10 domains: tasks, session, orchestrate, memory, pipeline, check, admin, tools, nexus, sticky",
          "name": "mutate"
        }
      ]
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}