AI Agent Memory MCP Server
About
Agent-agnostic persistent memory as an MCP Server (SQLite + Chroma + Markdown)
Details
- Author
- xiangzi1126
- Downloads
- 366
- Categories
- Knowledge Base, AI
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AI Agent Memory MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"ai-memory": {
"command": "python",
"args": [
"-m",
"ai_memory",
"--agent",
"claude-code",
"--project-from-cwd"
]
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ai agent memory mcp server": {
"ai-memory": {
"command": "python",
"args": [
"-m",
"ai_memory",
"--agent",
"claude-code",
"--project-from-cwd"
]
}
}
}
}
McpServers
{
"ai-memory": {
"command": "python",
"args": [
"-m",
"ai_memory",
"--agent",
"claude-code",
"--project-from-cwd"
]
}
}
AI Agent Memory MCP is a local-first, agent-agnostic persistent memory server for MCP
clients including Claude Code, Qoder, and Cursor. Memories persist across sessions in
your project's .ai-memory/ directory, backed by SQLite (structured store + FTS5
keyword search), Chroma (vector embeddings), and a human-readable Markdown mirror. The
store travels with the project and is shared across agents, with source_agent
tracking who wrote what. Retrieval fuses three signals: vector similarity, keyword
(FTS5 trigram), and title/tag matching. Embedding works with any OpenAI-compatible
service (Volcengine doubao-embedding-vision, SiliconFlow, OpenAI). Eight tools:
remember, recall, get_memory, search_memories, update_memory, forget, list_memories,
who_am_i. Install with pip install ai-agent-memory-mcp.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


