Open for early access

Agents forget.
CI remembers.

Persistent memory for AI agents. Store, recall, and share knowledge across sessions. Set up in 30 seconds.

terminal
# Install & sign up
$ npx central-intelligence-cli signup
API key created and saved!

# Add to Claude Code
$ ci init claude
Central Intelligence added to Claude Code!
Tools available: remember, recall, forget, context, share

# Your agent now has persistent memory ✓

Every agent session starts from zero

Your AI agent learns your preferences, understands your codebase, figures out your architecture. Then the session ends and it forgets everything.

Next session? Same questions. Same mistakes. Same context-building from scratch. Every. Single. Time.

40%

of agent session time
is spent re-establishing context

0

memories retained
between sessions by default

Without CI

"What framework is this project using?"

"What's your preferred code style?"

"How does the auth system work here?"

...asked every session

With CI

"I recall this is a Next.js project with Tailwind. You prefer functional components and the auth uses JWT tokens stored in httpOnly cookies. Let me pick up where we left off."

Five tools. Infinite memory.

Everything your agent needs to remember, delivered as MCP tools.

recall
Semantic search across all stored memories. Not keyword matching — actual understanding of what you're looking for.
"What language does the user prefer?"
context
Auto-load relevant memories for the current task. Describe what you're working on, get back everything you knew before.
"Working on the auth system refactor"
share
Make memories available to other agents. Your coding agent learns something? Your testing agent can use it too.
scope: "agent" → "org"
forget
Delete outdated or incorrect memories. Keep your agent's knowledge accurate and current.
forget("memory_abc123")
+ REST API
Not using MCP? Every tool is also a REST endpoint. Works with any HTTP client, any language, any framework.
POST /memories/remember

Memory that scales with your team

Three scopes let you control exactly who knows what.

scope: "agent"

Agent Scope

Private to one agent. Session continuity, personal context, learned patterns.

scope: "user"

User Scope

Shared across all agents serving one user. Preferences, history, consistent experience.

scope: "org"

Org Scope

Organization-wide knowledge. Architecture decisions, team conventions, shared context.

Works with everything

One MCP server. Every agent framework.

Claude Code
ci init claude
Cursor
ci init cursor
LangChain
REST API
CrewAI
REST API
AutoGen
REST API
OpenAI GPTs
REST API
Windsurf
MCP config
Any MCP Client
npx @ci/mcp

Start free. Scale when ready.

Generous free tier. No credit card required.

Free
$0
For solo developers
  • 500 memories
  • 1 agent
  • Agent scope only
  • Semantic search
  • Community support
Get Started
Team
$99/mo
For teams & orgs
  • 500,000 memories
  • Unlimited agents
  • Org-wide knowledge sharing
  • Analytics dashboard
  • Dedicated support
Contact Sales

Give your agent a memory

Three commands. Thirty seconds. Permanent memory.

terminal
$ npm install -g central-intelligence-cli
$ ci signup
$ ci init claude

✓ Your agent now remembers everything.
Get Started — It's Free