ekkOSβ„’ Documentation

Build AI agents with persistent memory, pattern learning, and hallucination detection

Quick Start

1. Get Your API Key

Sign up for a free account and generate your API key from the dashboard.

Create Free Account

2. Install MCP Server

Add ekkOS to your Claude Desktop or IDE configuration:

{
  "mcpServers": {
    "ekkos": {
      "command": "npx",
      "args": ["-y", "@ekkos/mcp-client"],
      "env": {
        "EKKOS_API_KEY": "your-key-here"
      }
    }
  }
}

3. Start Using the Five Verbs

ekko- Search your memory for past solutions
crystallize- Save important decisions and patterns
reflex- Validate AI suggestions against your history

8-Layer Memory System

ekkOS implements an advanced 8-layer memory architecture inspired by cognitive science:

1

Working Memory

Recent chat messages (24h window)

2

Episodic Memory

Conversation episodes and context

3

Semantic Memory

Compressed knowledge entries

4

Pattern Memory

Reusable strategies and solutions

5

Procedural Memory

Step-by-step workflows

6

Collective Memory

Cross-agent learning (7d window)

7

Meta Memory

System self-awareness records

8

Codebase Memory

Code embeddings for semantic search

The Golden Loop

The self-improving cycle that makes ekkOS smarter with every interaction:

1

CAPTURE

2

LEARN

3

RETRIEVE

4

INJECT

5

MEASURE

Need Help?

Join our community or reach out to support for assistance