10,000 downloads in 30 days
NEXO Brain just crossed 10,000 monthly downloads on npm — all organic, zero paid promotion.
For context: NEXO Brain is an open-source MCP server that gives AI coding agents (Claude Code, Codex, Gemini CLI) persistent cognitive memory. Instead of forgetting everything between sessions, your agent remembers decisions, learns from corrections, and builds context over time.
Why developers are adopting it
The #1 pain point I hear: "I keep re-explaining the same things to my AI agent every session."
NEXO Brain solves this with:
- Shared brain — Memory persists across Claude Code, Codex, and any MCP client
- Learning from corrections — Tell your agent once, it remembers forever
- 150+ tools across 21 plugins (memory, scheduling, email, files, git...)
- Deep Sleep — Overnight analysis that consolidates learnings
- Self-improving evolution — Weekly cycles that refine the agent's behavior
Quick start (2 minutes)
npx nexo-brain@latest init
That's it. The onboarding wizard sets up your NEXO_HOME, configures the MCP server, and connects to Claude Code automatically.
What makes it different from other memory solutions?
Most "memory" MCP servers store key-value pairs. NEXO Brain implements a cognitive architecture inspired by psychology:
| Layer | Inspired by | What it does |
|---|---|---|
| Sensory buffer | Atkinson-Shiffrin | Captures raw session events |
| Working memory | Baddeley's model | Active context for current task |
| Long-term memory | Ebbinghaus curves | Spaced retrieval with decay |
| Trust scoring | Bayesian updating | Weighs reliability of memories |
This means memories don't just accumulate — they're weighted, consolidated, and pruned like biological memory.
Real numbers
- 10,082 downloads (March 10 - April 8, 2026)
- Organic growth from npm, MCP directories, and dev.to articles
- Peak: 1,281 downloads in a single day
- Zero marketing budget
Try it
-
npm:
npm install nexo-brain - GitHub: wazionapps/nexo
- Website: nexo-brain.com
MIT licensed. Built by a solo developer who got tired of his AI forgetting everything.
If you're using NEXO Brain, I'd love to hear about your setup. Drop a comment or open a discussion on GitHub.
Top comments (0)