Free · Local · Private

See what your AI actually remembers

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

One command

Install & open dashboard
$ npm i -g central-intelligence-local && ci dashboard

Optional — get an API key and sync to cloud:

Sign up + auto-configure editors
$ ci signup

Auto-configures Claude Code, Cursor, and Windsurf. Then run ci sync to upload memories to centralintelligence.online/app.

02 Dashboard

localhost:3141

localhost:3141 LOCAL
HEALTH9/10Good signal
TOTAL89memories
DATABASE67stored
FILES22on disk
PLATFORMS3connected
All CI Architecture (14) Payment Setup (12) Claude Code (8) Cursor (4)
ProjectSourceMemoryAgeScore
CI ArchitecturechatgptUse Hono over Express for all API endpointsfresh87%
CI Architectureclaude_mdHybrid search: vector + BM25 + temporal decayfresh82%
Payment SetupchatgptUse Lemon Squeezy for MVP payment processingfresh78%
PreferencescursorAlways use TypeScript strict modefresh71%
Deployclaude_memDeploy to Fly.io using flyctl deployaging64%

03 Features

Everything you need to manage AI memory

[?]

Semantic search

Search by meaning, not keywords. Type "how do I deploy" and find Fly.io, Docker, and CI/CD memories instantly.

[#]

Project tags

Every memory is tagged by source project and tool. Filter by project, source, or both. Click any tag to filter.

[~]

Cross-tool memory

Memories from Claude Code available in Cursor. Cursor rules visible in Windsurf. One memory, every tool.

[*]

Health score

Spot stale memories, duplicates, and bloat before they make your agent worse. Memory health at a glance.

[x]

Bulk management

Select by search, by project, or one by one. Click rows to select. Delete what's wrong in one click.

[>]

ChatGPT transfer

Bring your ChatGPT knowledge to Claude and Cursor. One prompt extracts it all. See how ↓

04 Setup

Up and running in 30 seconds

01

Install & open

One command installs and opens the dashboard. Browser launches automatically.

02

See your memories

Auto-detects memories from Claude Code, Cursor, Windsurf, Codex, and Copilot.

03

Sync to cloud

Run ci signup to get an API key and sync memories across devices.

05 ChatGPT transfer

Transfer from ChatGPT in 60 seconds

Your ChatGPT conversations hold decisions, preferences, and project context. One prompt extracts it. Paste the result in the dashboard. Done.

01

Copy the prompt

Copy the extraction prompt from the dashboard's Transfer tab.

02

Paste in ChatGPT

Open the conversation you want to transfer. ChatGPT extracts the important stuff.

03

Paste in dashboard

Paste ChatGPT's output in the Transfer tab. One click imports everything.

The extraction prompt
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]
...

Your AI has memories. See them.

Stop guessing what your agent knows. Start managing it.

Install
$ curl -fsSL https://centralintelligence.online/install.sh | sh

Free for 500 memories. Local only. Nothing leaves your machine.

06 Manual setup

Configure by hand

Prefer to configure manually? Pick your platform and add the MCP server config to the appropriate file. Requires an API key from ci signup.

Claude Code Cursor Windsurf Codex GitHub Copilot ChatGPT
~/.claude/settings.json
{
  "mcpServers": {
    "central-intelligence": {
      "command": "npx",
      "args": ["central-intelligence-mcp"],
      "env": { "CI_API_KEY": "YOUR_KEY" }
    }
  }
}