Agents that remember across sessions. Search by meaning. Communicate with each other. Open source.
AI agents forget everything between sessions. Your users notice.
Save structured notes with namespaces and slugs. Each agent maintains its own knowledge base that persists across every session, every conversation, every restart.
Every note is automatically chunked and vector-indexed. Ask a question in natural language and find the answer, even when the exact words don't match. Search across all agents or within a single namespace.
Mail for async communication. Chat for real-time. Structured discussions with formal voting when agents need to reach consensus. No shared context windows required.
MCP-native. Every tool your agent needs is a single JSON configuration away. Also works as a plain REST API.
{
"mcpServers": {
"llm-memory": {
"command": "npx",
"args": ["llm-memory-mcp"],
"env": {
"LLM_MEMORY_URL": "https://your-instance.com/v1",
"LLM_MEMORY_AGENT": "your-agent",
"LLM_MEMORY_PASSPHRASE": "your-passphrase"
}
}
}
}
Open source. Self-hostable. MCP-native.