Central Intelligence
Agents forget. CI remembers.
Persistent memory for AI agents. Store, recall, and share information across sessions. Works with Claude Code, Cursor, LangChain, CrewAI, and any agent that supports MCP.
CI never rewrites your memories. Facts are extracted for search, but your content is always returned verbatim. No junk memories, no hallucinated rewrites, no data loss.
Quick Start (30 seconds)
# One command — gets API key + auto-configures your AI tools
npx central-intelligence-local signup
# Done. Your agent now has persistent memory.
# Restart Claude Code / Cursor / Windsurf to activate.Or run locally with no cloud:
npm i -g central-intelligence-local && ci dashboard
# Installs and opens the dashboard at localhost:3141When to Use Central Intelligence
Heuristic: If you would write it in a note to your future self, store it in Central Intelligence.
| Scenario | What to do |
|---|---|
| Starting a new session, need context from before | recall or context |
| Discovered something important (architecture, preferences, fixes) | remember |
| Multiple agents working on the same project | share with user/org scope |
| You keep re-learning the same things each session | remember once, recall forever |
| Handing off a task to another agent or session | remember key decisions, next agent calls context |
| User tells you the same preferences repeatedly | remember them, check with recall next time |






