Semantic Memory MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables 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.Last updated2648MIT
- Flicense-qualityDmaintenanceProvides 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.Last updated14
- 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.Last updated241

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.Last updated1429MIT
Related MCP Connectors
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent memory for AI agents ā verbatim conversations, searchable by meaning.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sceat/semantic-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server