Home /
AI/LLM / Simple-Memory-Extension-MCP-Server
A local-first, generic persistent memory layer for MCP agents, with semantic search, revisions, provenance, temporal recall, and relationships.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"simple-memory-extens": {
"command": "npx",
"args": [
"-y",
"gmacev/Simple-Memory-Extension-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add simple-memory-extens npx -y gmacev/Simple-Memory-Extension-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"simple-memory-extens": {
"command": "npx",
"args": [
"-y",
"gmacev/Simple-Memory-Extension-MCP-Server"
]
}
}
}