Back to Apps

MCP AI Memory
by scanadi
Persistent semantic memory for AI agents, enabling long-term knowledge retention across sessions.
0 stars
Works in:claude
Exposes:Tools
What it does
MCP AI Memory is a production-ready MCP server that provides AI assistants with a long-term semantic memory system. It allows agents to store, retrieve, and manage knowledge using vector-based search (pgvector), ensuring that context is preserved across different sessions and conversations.
Tools
create_memory: Store a new semantic memory entry.retrieve_memory: Search and fetch relevant memories based on semantic similarity.update_memory: Edit existing memory entries to keep knowledge current.delete_memory: Remove outdated or incorrect information from the memory store.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-ai-memory": {
"command": "npx",
"args": ["-y", "mcp-ai-memory"]
}
}
}
Supported hosts
- claude
Quick install
npx -y mcp-ai-memoryInformation
- Pricing
- free
- Published
- 4/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the npx mcp-ai-memory configuration to your claude_desktop_config.json.





