What is Velixar?
Velixar is cognitive memory for AI. Not a vector database — a reasoning layer that gives your AI applications persistent memory, a knowledge graph, identity awareness, contradiction detection, and belief tracking across every session.Quickstart
Store your first memory in under 2 minutes
API Reference
Memory, graph, identity, and webhook endpoints
MCP Server
25 cognitive tools for Claude, Kiro, Cursor
Python SDK
pip install velixar
JavaScript SDK
npm install velixar
Knowledge Graph
Entities, relationships, traversal
CI/CD Webhook
Store deployments and decisions as memories
Security
Workspace isolation and content scanning
Why Velixar?
LLMs are stateless. Every conversation starts from zero. Most “memory” solutions just add a vector store. Velixar goes further.| Capability | Basic memory tools | Velixar |
|---|---|---|
| Store and search | ✅ | ✅ |
| Workspace isolation | ❌ | ✅ Per-project scoping, zero bleed |
| Knowledge graph | ❌ | ✅ Entities and relationships extracted automatically |
| Contradiction detection | ❌ | ✅ Surface conflicting facts with resolution guidance |
| Belief evolution | ❌ | ✅ Track how understanding changes over time |
| Identity model | ❌ | ✅ Persistent user profile — preferences, expertise, goals |
| Session continuity | ❌ | ✅ Save and restore full session context |
| CI/CD integration | ❌ | ✅ Webhook + GitHub Actions for deployment and decision memory |
| Cognitive prompts | ❌ | ✅ 16 guided reasoning workflows |
How It Works
Store
Send memories to the API — facts, preferences, decisions, session summaries. Each memory is embedded, indexed, and entities are extracted into a knowledge graph.
Reason
Your AI doesn’t just retrieve text — it orients itself in the workspace, traverses entity relationships, detects contradictions, and tracks how beliefs evolved.
The MCP Server
The fastest way to use Velixar is the MCP server — one install gives any compatible AI assistant 25 cognitive tools, 5 live resources, and 16 workflow prompts:SDKs
Use Velixar directly from code:Key Concepts
- Memories — The atomic unit of knowledge. Text with tags, tiers, and provenance.
- Tiers — Pinned (0), Session (1), Semantic (2), Organization (3). Different persistence and visibility.
- Knowledge Graph — Entities and relationships extracted automatically from memories.
- Workspace Isolation — Every memory is scoped to a workspace. Projects never bleed.
- Org Memory — Share knowledge across teams with approval workflows.