DalexorMI
Dalexor MI is an advanced project memory system designed to provide AI coding assistants with **Contextual Persistence**. Unlike standard RAG (Retrieval-Augmented Generation) systems that perform surface-level keyword searches, Dalexor MI maps the **logical evolution** of a codebase, tracking how symbols, dependencies, and architectural decisions shift over time.
MCP Server
Your AI finally
knows your codebase.
Dalexor watches your project in the background and builds a searchable memory of every change you've made — so when you open Claude or Cursor, they already know your codebase. No more re-explaining context. No more starting from scratch.
Try It Free
Sync Active Secure connection established (12ms)
Privacy On Your data is fully encrypted
Analysis Running Mapping relationships across your code
Search Active Ready for natural language questions
SAFE TRACKING
Ancestry Tracking
Every change you make is saved with a link to where it came from. You'll always know what changed, when, and why.
INSTANT SPEED
Real-Time Performance
Dalexor runs quietly in the background without slowing your machine down or interrupting your flow.
TOTAL MEMORY
Persistent History
Your full project history stays searchable forever. Nothing ages out, nothing gets deleted automatically.
ALWAYS ONLINE
99.99% Uptime
Our servers run on redundant global infrastructure. Your history is available whenever you need it.
The Sync Protocol
From keystroke to permanent memory.
Three steps, and your AI assistant has a full memory of your project. No configuration file. No manual syncing. Just install, run, and ask.
CONNECT
Simple Setup
Install the CLI tool with one pip command and run dalexor init. That's it — your machine is linked to your private account and ready to start watching.
$
pip install dalexor
dalexor init
? Sync complete
MONITOR
Automatic Ingestion
Dalexor watches your files for meaningful changes. It ignores trivial edits (formatting, whitespace) and only saves what actually matters — with an AI-written plain-English summary of what changed and why.
📡 [INGEST] server.py
📊 Change Score: 4.82
🧠 AI Summarizing...
💾 Snapshot Persistent
Instant Recalls
Ask questions in plain English — right inside Claude or Cursor. Dalexor searches your entire saved history and returns the answer, usually in under a second.
>> why did we change auth?
RESULT: Snapshot #1847
"Migrated to JWT for stateless sessions..."
Core Capabilities
Built for developers using AI assistants.
🔍
AI Search
Ask "why did we change the auth flow?" and get a real answer — not a list of files. It understands what you mean, not just what you typed.
📡
Real-Time Monitoring
Runs quietly in the background, watching your files as you code. You'll never notice it's there — but it's capturing everything that matters.
🧠
AI Summarization
Every time something meaningful changes, AI writes a short, plain-English note explaining what happened. Like having a dev automatically documenting your own work.
🛡️
Private Encryption
Your code is encrypted before it ever leaves your machine. We can't read it. It's yours — fully isolated from other organisations.
📈
Visual Timeline
See how your project has grown over time with a visual, scrollable timeline of every significant change — who made it, and what shifted.
📁
Multi-Project Support
Run as many projects as you want under one account. Search across all of them at once — useful when answers to today's bug live in a different repo.
System Architecture
What's happening under the hood.
Here's what actually happens every time you save a file — from your machine to your searchable project memory.
Secure Transfer
The change in your file is sent securely to our servers and queued for processing — takes milliseconds.
AI Understanding
AI reads the change and writes a short explanation of what it does — in plain English, not just raw code.
Fast Indexing
The AI summary is converted into a format that can be searched instantly — even across thousands of past changes.
Permanent Storage
Your snapshot is saved permanently to your private account. It's available to search from any IDE, any time.
Incoming Change
+ 47 lines auth.py
- 23 lines auth.py
AI Reflection
"Refactored authentication to use JWT tokens instead of session cookies for stateless auth..."
Database Marker
Updated search index
💾 Stored
Logic Snapshot #1847
Use Cases
Real problems it solves.
Onboarding New Developers
New devs can ask the project memory why things were built the way they were. Instead of bugging senior teammates with "why is this here?" — they just ask Dalexor.
>> "Why did we choose PostgreSQL?"
RECALL: "Switched from MongoDB for ACID compliance..."
Debugging Production Issues
When something breaks in production, you need to know when and why the relevant code changed. Dalexor finds that answer instantly — instead of combing through a year of git history.
>> "When did we add rate limiting?"
RECALL: "Added 2024-12-15 after DDoS incident..."
Technical Documentation
Dalexor writes documentation as you code. Every significant change gets an AI summary — so you always have an accurate, up-to-date record without writing a single doc manually.
>> "Show me all API changes"
RESULT: 47 Snapshots found...
Compliance & Auditing
If you ever need to prove what changed, when, and by whom — Dalexor has a permanent, searchable record of everything. Useful for audits, security reviews, or regulated industries.
>> "Show security-related changes"
RECALL: Filtering by 'security' tag...
Developer Experience
Designed for your workflow.
Dalexor fits into how you already work. Install it, forget it's running, and let your AI assistant get smarter on its own.
⌨️ CLI-First Design
Everything runs from the terminal. Check for conflicts, inspect your history, or start watching a new project — all without leaving your editor.
$ dx validate src/auth.py
🔍 [DX VALIDATE] Checking conflicts...
[CRITICAL] High risk of merge conflict.
Prediction: "Recent activity in session_manager.py overlaps with your auth logic."
🎨 Visual Dashboard
Log into your dashboard to browse your project's full timeline visually. See what changed, when, and how different pieces connect.
2,847
Logic Snapshots
47
Active Projects
Real-time project metrics
🔌 IDE Integration (MCP)
Dalexor works as a native MCP Server inside Claude and Cursor. Your project memory is right there — no copy-pasting, no switching tabs.
- Use directly in Claude Desktop & Cursor
- "Find definition of UserSession?"
- "Predict conflicts for auth.py"
- Inline context without switching windows
🔗 API Access
Hook Dalexor into your CI/CD pipeline, Slack workflows, or any internal tooling via the REST API. Full programmatic access to your project's history.
Fortress Architecture
Maximum Security. Zero Compromise.
Your code is private by design. We built every layer of Dalexor so that your data cannot be read, leaked, or shared — by us or anyone else.
ENCRYPTION
Strong Encryption
All saved snapshots and history are encrypted using industry-standard ciphers. Your encryption keys are yours — we never hold them.
ISOLATION
Team-Level Isolation
Your organisation's data is completely isolated at the database level. No one — including other Dalexor users — can ever see your project history.
INFRASTRUCTURE
Local-First Design
The most sensitive parts run on your machine, not ours. Raw code is filtered and encrypted locally before anything leaves your device.
Smart Assistant
Predictive Defense.
Dalexor doesn't just remember — it also warns you before things go wrong. It checks your current work against your team's recent activity and flags anything that looks like trouble.
SAFEGUARDS
Conflict Prediction
Before you commit, Dalexor checks if anyone else on your team has recently touched the same files or functions. If there's a risk of collision, it tells you now — not after a messy merge.
VERIFICATION
Smart Auditing
Cross-references what you're changing now against what's already in your project history — so you don't accidentally undo a deliberate decision made six months ago.
RELATIONSHIPS
Dependency Map
Before you change a function, see exactly what else in the codebase depends on it. Know the full impact of your edit before you make it.
Dual-Mode Architecture
💻 LOCAL MONITOR
Runs quietly on your machine. Monitors your files, encrypts changes locally, and feeds context directly into your IDE — all without you doing anything.
☁️ CLOUD ENGINE
Handles AI summarisation, history storage, and fast search across all your snapshots. Always available, globally distributed, and completely separate from your raw code.
$ dalexor mode --status
> LOCAL: ACTIVE (Vault Unlocked)
> CLOUD: CONNECTED (Latency 12ms)
> SYNC: Private Tunnel Established
Ready for private code?
Install in 2 minutes. Works with Claude, Cursor, and Windsurf out of the box.
Get Started Free
No credit card required. Free tier available.
Related Servers
AIQBee
Connect AI assistants to your Aiqbee knowledge graph via MCP.
Nextcloud Calendar
CalDAV Nectcloud calendar integration. Manage calendars, events, attendees, etc.
Microsoft To Do MCP
Interact with Microsoft To Do using the Microsoft Graph API.
Google MCP
A all-in-one Google Workspace MCP server
Instagit
Let your agents instantly understand any GitHub repo
U301 URL Shortener
Create short URLs using the U301 URL Shortener service.
LibreOffice
Provides tools and resources for interacting with LibreOffice documents.
n8n Workflow MCP Server
A server for validating and managing n8n workflows, featuring multilingual support and multiple operational modes.
Rememberizer Common Knowledge
Access personal and team knowledge repositories, including documents and Slack discussions.
Harvest MCP Server
Manage time tracking, projects, clients, and tasks using the Harvest API.