@ekkos/cli
v1.6.7
Published
ekkOS memory CLI — persistent memory for AI coding assistants (Claude Code, Gemini, Cursor, Windsurf)
Maintainers
Readme
@ekkos/cli
Persistent cognitive memory for AI coding assistants. ekkOS gives Claude Code, Cursor, and Windsurf long-term memory — patterns, decisions, and operational intelligence that compound across every interaction.
Quick Start
# Install globally
npm install -g @ekkos/cli
# Authenticate and configure your IDE
ekkos init
# Launch Claude Code with memory
ekkos runCommands
| Command | Description |
|---------|-------------|
| ekkos init | Authenticate and configure your IDE (Claude Code, Cursor, Windsurf) |
| ekkos run | Launch Claude Code with ekkOS memory connected |
| ekkos run --dashboard | Launch with live metrics dashboard (tmux split) |
| ekkos status | Check connection and memory health |
| ekkos dashboard | Open the live session dashboard |
| ekkos export | Export your patterns and memory as JSON |
| ekkos --help | Show all commands |
What It Does
- Remembers what works — Patterns from successful solutions are recalled automatically
- Learns from mistakes — Anti-patterns prevent repeating the same errors
- Crosses sessions — Knowledge persists across conversations, projects, and tools
- Gets smarter over time — Success rates compound as patterns are verified
How It Works
ekkOS installs hooks into your AI coding assistant that:
- Before each prompt — Searches 11 memory layers for relevant patterns
- After each response — Captures new solutions as reusable patterns
- Between sessions — Preserves context through eviction and rehydration
Requirements
- Node.js >= 18
- An ekkOS account (platform.ekkos.dev)
- One of: Claude Code, Cursor, Windsurf, or VS Code
Documentation
License
Proprietary — see ekkos.dev/terms
