Stop shipping makeshift memory with chat-history arrays and Redis hacks. Velixar is a proper memory layer — identity, temporal chains, cognitive signals — in three lines of code.
Free tier · no credit card · open-source SDKs
from velixar import Velixar v = Velixar(api_key="vlx_...") v.store("Client risk profile moved to conservative") results = v.search("risk profile", limit=5) # every call above is already in the audit trail
import Velixar from 'velixar'; const v = new Velixar({ apiKey: 'vlx_...' }); const { id } = await v.store('User prefers dark mode'); const { memories } = await v.search('preferences'); // every call above is already in the audit trail
// Claude Desktop / Cursor — mcpServers config { "mcpServers": { "velixar": { "command": "npx", "args": ["-y", "velixar-mcp-server"], "env": { "VELIXAR_API_KEY": "vlx_..." } } } }
Redis + Qdrant hybrid recall, measured in production
pip install velixar — open source
npm install velixar — open source
25 tools, 5 resources, 16 prompts — any MCP host
Browse, search, and store memories from the editor
Entities and relationships extracted automatically
Belief shifts surfaced, never silently overwritten
Pinned, session, semantic, and org tiers
AES-256-GCM at rest, hash-chained trail on every call. SOC 2 Type II in progress.
Free tier included — SDKs in Python and JavaScript, MCP for every major agent host.