Persistent memory for AI assistants. Store, search, and recall across sessions.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"velixar": {
"env": {
"VELIXAR_API_KEY": "vlx_your_key_here"
},
"command": "velixar-mcp-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The first cognitive memory server for AI assistants. Not a vector database wrapper — a full reasoning layer that gives your AI persistent memory, a knowledge graph, identity awareness, contradiction detection, and belief tracking across every session.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'velixar-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked velixar-mcp-server against OSV.dev.
Click any tool to inspect its schema.
velixar://system/constitutionBehavioral rules and cognitive modes for the assistant
velixar://system/constitution
velixar://identity/currentYour persistent user profile
velixar://identity/current
velixar://memories/recentMost recent memories (compact)
velixar://memories/recent
velixar://memories/relevantContextually relevant memories based on current activity
velixar://memories/relevant
velixar://domains/{domain}/shadow_graphKnowledge graph view for a specific domain
velixar://domains/{domain}/shadow_graph
OrientationRecall prior reasoning, build project context, profile an entity, orient-then-narrow
ConflictResolve contradictions, identify knowledge gaps
ContinuityTrace belief evolution, resume sessions, reconstruct decision paths
LifecycleDistill sessions, consolidate topic memory, retag recent memories
IdentitySummarize user identity, detect preference shifts, align response style
EnterpriseEvaluate enterprise fit for a domain
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / data
Persistent memory using a knowledge graph
Query and manage PostgreSQL databases directly from AI assistants
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.VelixarAi/memory and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The first cognitive memory server for AI assistants. Not a vector database wrapper — a full reasoning layer that gives your AI persistent memory, a knowledge graph, identity awareness, contradiction detection, and belief tracking across every session.
Works with any Model Context Protocol client: Claude Desktop, Kiro, Cursor, Windsurf, Continue.dev, or custom hosts.
Every AI assistant starts from zero every conversation. Velixar fixes that — but not by just storing and retrieving text. The MCP server gives your assistant the ability to:
25 tools. 5 live resources. 16 workflow prompts. One npm install.
npm install -g velixar-mcp-server
Get an API key at velixarai.com/settings/api-keys, then add to your MCP client:
{
"mcpServers": {
"velixar": {
"command": "velixar-mcp-server",
"env": {
"VELIXAR_API_KEY": "vlx_your_key_here"
}
}
}
}
Restart your assistant. Done.
| Tool | What it does |
|---|---|
velixar_store | Store a memory with tags, tier, and type |
velixar_search | Semantic search across all memories |
velixar_list | Browse with pagination and filtering |
velixar_update | Edit content or tags on an existing memory |
velixar_delete | Remove a memory |
| Tool | What it does |
|---|---|
velixar_context | Synthesized workspace briefing — orientation in one call |
velixar_identity | Get, store, or update the user's profile, preferences, and expertise |
velixar_contradictions | Surface conflicting facts or beliefs with resolution guidance |
velixar_timeline | How a topic or belief evolved over time |
velixar_patterns | Recurring problem/solution motifs across your history |
velixar_inspect | Deep inspection of a specific memory with full provenance chain |
velixar_graph_traverse | Walk entity relationships — "what connects to X?" |
velixar_distill | Extract durable memories from session content with deduplication |
| Tool | What it does |
|---|---|
velixar_session_save | Save a session summary for later recall |
velixar_session_recall | Restore context from a previous session |
velixar_batch_store | Store up to 20 memories in one call |
velixar_batch_search | Run up to 10 search queries simultaneously |
velixar_consolidate | Merge related memories into a single durable memory |
velixar_retag | Bulk update tags across memories |
velixar_export | Export memories as JSON or Markdown, optionally with graph data |
velixar_import | Bulk import from JSON, Markdown, Notion, or Obsidian exports |
| Tool | What it does |
|---|---|
velixar_health | Backend connectivity, latency, workspace status |
velixar_debug | Cache state, circuit breaker, API timings |
velixar_capabilities | Feature list, tool inventory, resource URIs |
velixar_security | Get or set content scanning mode |
Resources are injected into your assistant's context automatically — no tool call needed.
| Resource | What it provides |
|---|