One control panel for all your AI memories. Claude Code, Cursor, Windsurf, ChatGPT. Search by meaning. Edit. Delete. Share across tools.
Free and open source, Apache 2.0. Unlimited local memories, returned exactly as you stored them. Zero rewrites, zero hallucinations, zero data loss.
01 Install & open
$ npm i -g central-intelligence-local && ci dashboard
Optional — get an API key and sync to cloud:
$ ci signup
Auto-configures Claude Code, Cursor, and Windsurf. Then run ci sync to upload memories to centralintelligence.online/app.
02 Dashboard
| Project | Source | Memory | Age | Score | |
|---|---|---|---|---|---|
| CI Architecture | chatgpt | Use Hono over Express for all API endpoints | fresh | 87% | |
| CI Architecture | claude_md | Hybrid search: vector + BM25 + temporal decay | fresh | 82% | |
| Payment Setup | chatgpt | Use Lemon Squeezy for MVP payment processing | fresh | 78% | |
| Preferences | cursor | Always use TypeScript strict mode | fresh | 71% | |
| Deploy | claude_mem | Deploy to Fly.io using flyctl deploy | aging | 64% |
03 Features
Search by meaning, not keywords. Type "how do I deploy" and find Fly.io, Docker, and CI/CD memories instantly.
Every memory is tagged by source project and tool. Filter by project, source, or both. Click any tag to filter.
Memories from Claude Code available in Cursor. Cursor rules visible in Windsurf. One memory, every tool.
Spot stale memories, duplicates, and bloat before they make your agent worse. Memory health at a glance.
Select by search, by project, or one by one. Click rows to select. Delete what's wrong in one click.
Bring your ChatGPT knowledge to Claude and Cursor. One prompt extracts it all. See how ↓
04 Setup
One command installs and opens the dashboard. Browser launches automatically.
Auto-detects memories from Claude Code, Cursor, Windsurf, Codex, and Copilot.
Run ci signup to get an API key and sync memories across devices.
05 ChatGPT transfer
Your ChatGPT conversations hold decisions, preferences, and project context. One prompt extracts it. Paste the result in the dashboard. Done.
Copy the extraction prompt from the dashboard's Transfer tab.
Open the conversation you want to transfer. ChatGPT extracts the important stuff.
Paste ChatGPT's output in the Transfer tab. One click imports everything.
Review our entire conversation. Extract every preference, decision, project detail, architectural choice, and instruction I shared. Ignore questions, debugging, code blocks, and small talk.
Write each as a standalone fact useful to a different AI assistant with zero context. Start each with an action word (Use, Prefer, Always, Never, Deploy, etc).
Output ONLY this format, nothing else:
TRANSFER TO CI:
Project: [name of this conversation as shown in your sidebar]
- [fact 1]
- [fact 2]
- [fact 3]
...
Stop guessing what your agent knows. Start managing it.
$ curl -fsSL https://centralintelligence.online/install.sh | sh
Free for 500 memories. Local only. Nothing leaves your machine.
06 Manual setup
Prefer to configure manually? Pick your platform and add the MCP server config to the appropriate file. Requires an API key from ci signup.
{
"mcpServers": {
"central-intelligence": {
"command": "npx",
"args": ["central-intelligence-mcp"],
"env": { "CI_API_KEY": "YOUR_KEY" }
}
}
}