★ 0 stars
JavaScript
🧠 Memory/Knowledge
Updated today
A persistent memory MCP server for LLMs. Models can save facts, preferences, context, and decisions — and recall them across sessions.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"memory-mcp-server": {
"command": "npx",
"args": [
"-y",
"yossifibrahem/memory-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add memory-mcp-server npx -y yossifibrahem/memory-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"memory-mcp-server": {
"command": "npx",
"args": [
"-y",
"yossifibrahem/memory-mcp-server"
]
}
}
}
Topics
mcpmemory-managementtypescript