Semantic Memory MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Semantic Memory MCPStore that I prefer concise code reviews."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Semantic memory for AI agents. Store patterns, search by meaning, remember forever.
š For LLMs: See ARCHITECTURE.md for detailed implementation & TESTING.md for tool reference
What This Does
Give your AI agents a brain that learns and remembers:
š§ Semantic Search: Find patterns by meaning, not keywords
š¾ Three Memory Types: Semantic (forever), Episodic (90 days), Procedural (forever)
š Intelligence Compounds: Learn from every task, recall before you act
š Auto-Consolidation: Promotes validated patterns automatically
Related MCP server: BuildAutomata Memory MCP Server
Quick Start
Install
claude mcp add memory -- npx -y github:Sceat/semantic-memory-mcpThen configure environment variables in ~/.claude.json:
{
"mcpServers": {
"memory": {
"env": {
"REDIS_URL": "redis://localhost:6379/0",
"OPENAI_API_KEY": "your-openai-key-here"
}
}
}
}Use
Six tools available immediately:
store_pattern- Save what you learnedsearch_patterns- Find similar patternsset_reminder- Never forget important detailscheck_reminders- Get context before tasksconsolidate_memories- Promote validated patternshealth_check- Verify system status
How It Works
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā ā
ā Before Task: Query memory for similar patterns ā
ā Check reminders for this task type ā
ā ā
ā During Task: Execute with learned context ā
ā ā
ā After Task: Store what you learned ā
ā Set reminders for next time ā
ā ā
ā Result: Intelligence compounds over time ā
ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāLocal Development
If you want to develop or modify the server:
git clone https://github.com/Sceat/semantic-memory-mcp.git
cd semantic-memory-mcp
npm installThen add to your Claude Code config:
{
"mcpServers": {
"memory": {
"command": "node",
"args": ["/path/to/semantic-memory-mcp/src/index.js"],
"env": {
"REDIS_URL": "redis://localhost:6379/0",
"OPENAI_API_KEY": "your-openai-key-here"
}
}
}
}Requirements
Node.js ā„ 18
Redis 7.2+ with RediSearch module
OpenAI API key
Claude Code
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Memory system for AI agents with semantic search. Store and recall memories with ease.
Universal memory runtime for AI agents ā episodic, semantic, and procedural memory.
- memoryOAuthcom.humaux
Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to store, retrieve, and manage contextual knowledge across sessions using semantic search with PostgreSQL and vector embeddings. Supports memory relationships, clustering, multi-agent isolation, and intelligent caching for persistent conversational context.16 npm48MIT
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.14-
- FlicenseBqualityDmaintenanceEnables persistent memory for AI systems by providing tools for episodic, semantic, and procedural data storage through a vector-and-graph-enhanced database. It allows models to maintain long-term continuity using similarity search, thematic clustering, and identity tracking.241-

Memsolus MCP Serverofficial
AlicenseAqualityDmaintenanceProvides persistent long-term memory for AI agents through semantic search and automated knowledge graph extraction. It enables agents to store, recall, and reason over facts, preferences, and relationships across multiple conversations and sessions.1414 npmMIT