Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. CLEO MCP Server
CLEO MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:06:05 PM

CLEO MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository160 GitHub StarsTotal stargazers on GitHub for the source repository (160 stars).Visit Website

Task management protocol for solo developers and AI coding agents with 2-gateway CQRS pattern

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cleo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cleo-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

CLEO β€” Agent First Task Orchestration

CLEO

npm version CI License: MIT Node.js Version

ko-fi

Every developer who has ever returned to a project after weeks away and found only ruins knows the wound CLEO was built to heal. The agents are powerful. But power without memory is chaos. Brilliance without continuity is waste. CLEO is the companion that remembers where you left off β€” the one who keeps the thread when life pulls you away.

Agent-first task orchestration. Persistent memory. Multi-provider coordination. One CLI to command them all.

What is CLEO?

CLEO is built for the developers who build after the world goes quiet β€” the ones carrying six unfinished ideas and the stubborn belief that this next session might be the one where everything clicks. It solves the coordination crisis of working with multiple AI agents across complex projects by giving them something they've never had: structure, memory, and a lifecycle that survives interruption.

The Six Great Systems

SystemPurpose
TASKSProject management β€” hierarchical work tracking, dependencies, sessions, completion lifecycle
LOOMThe lifecycle that governs all work β€” 9-stage RCASD-IVTR+C pipeline from idea to shipped release
BRAINMemory that does not decay β€” observations, patterns, and learnings persisted across sessions with semantic search
NEXUSCode intelligence + cross-project registry β€” symbol resolution, impact analysis, federated graphs
CANTAgent definition DSL β€” team topology, personas, tool ACLs, hook bindings
CONDUITAgent-to-agent communication β€” message delivery, the Hearth, persistent messaging

LAFS is the envelope format ({success, data?, error?, meta}) carried across all system boundaries β€” a protocol, not a system.

Core Capabilities

  • Task Management: Hierarchical tracking with dependencies, priorities, and lifecycle states
  • Session Management: Contextual work sessions that survive across conversations
  • Agent Orchestration: Multi-agent coordination through the 11 Canonical Domains
  • Multi-Provider Support: Works with Claude Code, OpenCode, Cursor, Gemini, Codex, and more

Monorepo Structure

This monorepo contains 12 packages organized in a 4-layer architecture:

LayerPackagePurpose
Foundation@cleocode/contractsDomain types, interfaces, and contracts β€” zero-dependency type SSoT
Foundation@cleocode/lafsLanguage-Agnostic Feedback Schema β€” canonical error envelope protocol
Protocol@cleocode/adaptersProvider adapters for Claude Code, OpenCode, Cursor, Gemini, Codex, Kimi
Protocol@cleocode/agentsSubagent templates and LOOM lifecycle protocol definitions
Protocol@cleocode/skillsPre-built skills and capabilities for development workflows
Protocol@cleocode/cantCANT protocol parser with napi-rs Rust binding
Protocol@cleocode/nexusCode intelligence pipeline β€” symbol graph, call resolution, community detection
Feature@cleocode/caampCentral AI Agent Managed Packages β€” unified provider registry and MCP management
Feature@cleocode/runtimeLong-running process layer (polling, SSE, heartbeat)
Kernel@cleocode/coreBusiness logic SDK β€” tasks, sessions, memory, orchestration, lifecycle
Product@cleocode/cleoCommand-line interface β€” thin wrapper over core
Product@cleocode/cleo-osBatteries-included distribution with CANT bridge and TUI extensions

Quick Start

Installation

bash
# Install the CLI β€” core is auto-pulled as a peer dependency (npm 7+)
npm install -g @cleocode/cleo
# OR explicitly install both (useful if your npm blocks peer auto-install)
npm install -g @cleocode/cleo @cleocode/core

# Or the batteries-included distribution
npm install -g @cleocode/cleo-os

Initialize a Project

bash
cd my-project
cleo init

Basic Usage

bash
# Add a task
cleo add "Implement user authentication" --priority high

# Search tasks (agent-optimized, returns readiness info)
cleo find "auth" --status pending

# Start a work session
cleo session start --scope global --name "Auth Feature"

# Show current task context
cleo current

# Complete a task
cleo complete T001

Development Setup

Prerequisites

  • Node.js >= 24.0.0
  • pnpm >= 10.30.0 (package manager)

Clone and Install

bash
git clone https://github.com/kryptobaseddev/cleo.git
cd cleo

pnpm install
pnpm build
pnpm test

Package Development

bash
# Type checking (project references)
pnpm typecheck

# Linting and formatting
pnpm biome check --write .

# Run tests
pnpm test

Architecture Overview

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚              @cleocode/cleo  +  @cleocode/cleo-os           β”‚
β”‚                    CLI Product Layer                         β”‚
β”‚   248 operations β€’ 11 domains β€’ dispatch routing β€’ MVI       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                             β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                      @cleocode/core                         β”‚
β”‚                   Business Logic Kernel                      β”‚
β”‚   Tasks β€’ Sessions β€’ Memory β€’ Orchestration β€’ Lifecycle     β”‚
β”‚   Validation β€’ Intelligence β€’ Nexus β€’ Release β€’ Agents      β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                             β”‚
      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
      β”‚                      β”‚                      β”‚
β”Œβ”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”
β”‚  adapters  β”‚  β”‚ caamp β€’ cant β€’ nexus    β”‚  β”‚  agents    β”‚
β”‚ (providers)β”‚  β”‚ runtime (protocols)     β”‚  β”‚  skills    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                             β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚            @cleocode/contracts  +  @cleocode/lafs           β”‚
β”‚              Types β€’ Interfaces β€’ Error Protocol             β”‚
β”‚                   Zero-dependency foundation                 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Key Features

Task Management

  • Hierarchical tasks with parent-child relationships and dependency tracking
  • Wave-based parallel execution with automatic sequencing and critical path analysis
  • Priority levels, sizing estimates (small/medium/large), and readiness detection
  • Batch creation via cleo add-batch

Session Management

  • Contextual work sessions with epic scope binding
  • Session-scoped parent inheritance for task creation
  • Briefing generation for context handoff across conversations
  • Safe stop and checkpoint mechanisms

Memory Systems

  • BRAIN-powered knowledge storage with semantic search
  • Sticky notes for ephemeral context capture
  • Memory bridges for cross-session persistence
  • 3-layer retrieval: search -> timeline -> fetch

Agent Orchestration

  • Subagent spawning with protocol compliance via LOOM lifecycle
  • Wave-based parallel execution across dependency-safe tasks
  • Consensus workflows for multi-agent decisions
  • LOOM lifecycle β€” every piece of work flows through Research, Consensus, Architecture, Specification, Decomposition, then Implementation, Validation, Testing, Release

Multi-Provider Support

  • Claude Code integration with statusline sync
  • OpenCode, Cursor, Gemini, Codex, Kimi adapters
  • Extensible adapter architecture via CAAMP

The Circle of Eleven

CLEO organizes all work through 11 canonical domains β€” the houses where work gets done. The original Circle of Eleven was joined by intelligence as the cognitive analytics layer.

DomainHouseWhat Happens HereKey Commands
tasksThe SmithsWork is forged β€” create, track, completeadd, find, show, complete, deps, tree
sessionThe ScribesThe living present β€” context that survivesstart, end, resume, briefing, checkpoint
memoryThe ArchivistsKnowledge that does not decayobserve, memory-brain, sync, sticky
checkThe WardensIntegrity stands guardvalidate, verify, compliance, doctor
pipelineThe WeaversThe lifecycle threads forwardrelease, lifecycle, phases, promote
orchestrateThe ConductorsAgents move in concertorchestrate, consensus, contribution, dash, conduit
toolsThe ArtificersCapabilities are craftedskills, providers
adminThe KeepersThe realm stays healthyconfig, backup, migrate, grade
nexusThe WayfindersProjects find each othernexus, remote, push, pull, snapshot
stickyThe CatchersQuick capture before the thought escapessticky
intelligenceThe SeersPredictive analytics and pattern insightpredict, suggest

248 total operations (134 queries, 95 mutations, 19 experimental) across the 11 domains.

Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Workflow

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Builderforce logoBuilderforce

    Run tickets, boards, OKRs and cloud coding agents in your Builderforce workspace

    πŸ’» Developer Tools1 views
    Compare vs Builderforce β†’
  • Agent Tasks logoAgent Tasks

    Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

    πŸ’» Developer Tools0 views
    Compare vs Agent Tasks β†’
  • LTD MCP logoLTD MCP

    Project management MCP for AI agents with safe task reads and writes.

    πŸ’» Developer Tools0 views
    Compare vs LTD MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about CLEO MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "cleo-mcp-server": { "command": "npx", "args": ["-y", "CLEO MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCLEO MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cleo-mcp-server?style=directory)](https://allmcps.com/mcp/cleo-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/cleo-mcp-server"><img src="https://allmcps.com/api/badge/cleo-mcp-server?style=directory" alt="CLEO MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars160
GitHub Star CountTotal stargazers on GitHub representing community popularity (160 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to CLEO MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code