Cognitive memory for any MCP-compatible AI assistant — 25 tools, live resources, workflow prompts.
The Velixar MCP server is a cognitive memory layer for AI assistants. It goes beyond store-and-retrieve — your assistant gets orientation, contradiction detection, knowledge graph traversal, identity awareness, and belief tracking that persists across every session.Works with Claude Desktop, Kiro, Cursor, Windsurf, Continue.dev, and any MCP-compatible client.
Resources inject context into your assistant automatically — no tool call needed.
Resource
Content
velixar://system/constitution
Behavioral rules and cognitive modes
velixar://identity/current
Your persistent user profile
velixar://memories/recent
Recent memories (compact)
velixar://memories/relevant
Contextually relevant memories
velixar://domains/{domain}/shadow_graph
Knowledge graph for a domain
Hosts that don’t support resources (like Cursor) still get full tool access. The same information is available via velixar_context, velixar_identity, and velixar_capabilities.
The server includes automatic retry with exponential backoff, a circuit breaker that opens after sustained failures and auto-recovers, and cache fallback that serves stale data during outages rather than failing.