ekkOS™ Documentation
Build AI agents with persistent memory, pattern learning, and hallucination detection
Quick Start
1. Install ekkOS MCP Server
Install the ekkOS MCP server via npm. Authentication is handled automatically via Claude subscription mode.
View Full Docs2. Install MCP Server
Add ekkOS to your Claude Desktop or IDE configuration:
{
"mcpServers": {
"ekkos-memory": {
"command": "npx",
"args": ["-y", "@ekkos/mcp-server"],
"env": {
"EKKOS_API_KEY": "your-key-here"
}
}
}
}3. Start Using Core Memory Tools
ekkOS_Search- Search your memory for past solutionsekkOS_Forge- Save important decisions and patternsekkOS_Conflict- Validate AI suggestions against your historyQuick Start
Core Concepts
Core Memory Tools
Integration
11-Layer Memory System
ekkOS implements an advanced 11-layer memory architecture inspired by cognitive science:
Working Memory
Recent chat messages (24h window)
Episodic Memory
Conversation episodes and context
Semantic Memory
Compressed knowledge entries
Pattern Memory
Reusable strategies and solutions
Procedural Memory
Step-by-step workflows
Collective Memory
Cross-agent learning (7d window)
Meta Memory
System self-awareness records
Codebase Memory
Code embeddings for semantic search
Directives
User rules (MUST/NEVER/PREFER/AVOID)
Conflicts
Directive conflict resolution
Secrets Vault
Encrypted credentials (AES-256-GCM)
The Golden Loop
The self-improving cycle that makes ekkOS smarter with every interaction:
Retrieve
Apply
Measure
Learn