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.
Latest Blog Posts
- 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