Live Demo

Memory Injection
in Action

Watch how AI Memory automatically injects your saved memories into new conversations. No more repeating yourself — your AI remembers you.

How It Works

1

Save Your Memories

Use the Web App or Chrome Extension to save important facts:

✓ Saved Memories:
• "User prefers TypeScript over JavaScript"
• "Working on aimemory.pro - AI memory tool"
• "Team uses Linear for project management"
• "Located in San Francisco, PST timezone"
• "Favorite AI model: Claude Sonnet 4"
2

Connect via MCP Server

Install and configure the MCP server:

Terminal:
pip install aimemory-mcp-server
Claude Desktop Config (~/.claude/claude_desktop_config.json):
{ "mcpServers": { "aimemory": { "command": "aimemory-mcp", "args": [] } } }
Cursor Config (~/.cursor/mcp.json):
{ "mcpServers": { "aimemory": { "command": "aimemory-mcp", "args": [] } } }
3

Memory Auto-Injects Into New Chats

When you start a new conversation, AI Memory's MCP server provides relevant memories as context:

New Conversation Started — Claude Sonnet 4
🔵 Context from AI Memory (auto-injected):
User prefers TypeScript over JavaScript
Working on aimemory.pro - AI memory tool
Team uses Linear for project management
Located in San Francisco, PST timezone
U
"Can you help me write a function to search conversations?"
AI
✓ Remembers context

"I see you're working on aimemory.pro and prefer TypeScript. Here's a TypeScript function to search conversations using SQLite FTS..."
4

Works Across 113+ AI Tools

Memory injection works with any MCP-compatible client:

Claude Desktop
Cursor
Windsurf
Continue.dev
ChatGPT (via plugin)
Zed
VS Code + Copilot
Emacs
Neovim
Claude Code
Open WebUI
Hermes Agent
Obsidian + MCP
Logseq + MCP
And 99+ more...

Technical Behind-the-Scenes

How Memory Injection Works

  1. You save a memory via Web App or Chrome Extension
  2. Memory is stored in your local SQLite database (or cloud sync if Pro)
  3. MCP server exposes memories via search_memory and get_all_memories tools
  4. When you chat, the AI client calls these tools and receives relevant memories
  5. Memories are injected as context — the AI "remembers" you automatically

MCP Tools Available

search_memory
Search saved memories by keyword. Returns relevant matches with context.
save_memory
Save a new memory (fact, preference, project note) to your database.
get_all_memories
Retrieve all saved memories, optionally filtered by tag or date.
delete_memory
Remove a memory by ID. Useful for cleaning up outdated info.

Privacy & Security

  • All memories stored locally by default (SQLite on your machine)
  • MCP server runs locally — no data sent to external servers
  • Optional E2EE cloud sync (Pro feature) — server cannot read your data
  • You control which memories are injected — tag and filter support

Ready to Make Your AI Remember You?

Get started in 10 seconds. Install the MCP server, save your first memory, and watch your AI remember you across every conversation.

Open-source • Local-first • Works with 113+ AI tools