Memory
Freeby MCP Community
Persistent memory MCP server with semantic search, LLM summarization, and automatic compaction
v0.1.3Added Apr 12, 2026
Memory MCP Server
Persistent memory MCP server with semantic search, LLM summarization, and automatic compaction
Installation
Reviews
Installation
Quick install
npx -y @provos/memory-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@provos/memory-mcp-server"]
}
}
}