Skip to content
Back to search
30
MCP

BuildAutomata Memory

pulsemcp/buildautomata memory

Provides 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.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

AgentKits Memory
Provides persistent memory capabilities for coding assistants by automatically capturing tool usage, decisions, and patterns across sessions
0 tools
Memory
SQLite-backed persistent memory server with FTS5 full-text search, entity relationship tracking, and project scoping for AI agents.
0 tools
io.github.velixarai/memory
Persistent memory for AI assistants. Store, search, and recall across sessions.
0 tools
Memento
Persistent memory for AI tools. Local-first knowledge graph with hybrid search.
0 tools
io.github.thelabvenice/memdata
Persistent memory for AI agents. Store context, retrieve it semantically.
0 tools
SQLite Memory
Provides persistent key-value memory storage using SQLite with CRUD operations for storing structured data, conversation history, and user p
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "buildautomata_memory": {
      "url": "None",
      "transport": "http"
    }
  }
}