wazionapps/nexo
NEXO — Cognitive co-operator for Claude Code. Atkinson-Shiffrin memory, semantic RAG, trust scoring, metacognitive error prevention.
Platform-specific configuration:
{
"mcpServers": {
"nexo": {
"command": "npx",
"args": [
"-y",
"nexo"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
NEXO transforms Claude Code from a stateless assistant into a cognitive partner that remembers, learns, forgets, adapts, and builds a relationship with you over time.
Every time you close a Claude Code session, everything is lost. Your assistant doesn't remember yesterday's decisions, repeats the same mistakes, and starts from zero. NEXO fixes this by giving Claude Code a brain — modeled after how human memory actually works.
Claude Code is powerful but amnesic:
NEXO implements the Atkinson-Shiffrin memory model from cognitive psychology (1968) — the same model that explains how human memory works:
What you say and do
│
├─→ Sensory Register (raw capture, 48h)
│ │
│ └─→ Attention filter: "Is this worth remembering?"
│ │
│ ↓
├─→ Short-Term Memory (7-day half-life)
│ │
│ ├─→ Used often? → Consolidate to Long-Term Memory
│ └─→ Not accessed? → Gradually forgotten
│
└─→ Long-Term Memory (60-day half-life)
│
├─→ Active: instantly searchable by meaning
├─→ Dormant: faded but recoverable ("oh right, I remember now!")
└─→ Near-duplicates auto-merged to prevent clutterThis isn't a metaphor. NEXO literally implements Ebbinghaus forgetting curves, rehearsal-based reinforcement, and memory consolidation during automated "sleep" processes.
| Without NEXO | With NEXO | |-------------|-----------| | Memory gone after each session | Persistent across sessions with natur
Loading reviews...