BuildAutomata Memory
pulsemcp/buildautomata memoryProvides persistent memory storage with temporal versioning, semantic search, and automatic decay using SQLite for reliability and Qdrant for vector similarity search to maintain context across conversations and learn from past interactions.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"buildautomata_memory": {
"url": "None",
"transport": "http"
}
}
}