Metadata-Version: 2.4
Name: dalexor
Version: 1.7.6
Summary: Dalexor MI: Global MCP Brain & Sovereign CLI. Zero-knowledge code intelligence.
Author-email: Dalexor Team <support@dalexor.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[cli]>=1.0.0
Requires-Dist: supabase>=2.0.0
Requires-Dist: watchdog>=3.0.0
Requires-Dist: groq>=0.3.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: uvicorn>=0.20.0
Requires-Dist: fastapi>=0.100.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: flask>=2.3.0
Requires-Dist: requests>=2.31.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: cryptography>=42.0.0
Requires-Dist: tree-sitter>=0.21.0
Requires-Dist: tree-sitter-languages>=1.10.0
Dynamic: license-file

# Dalexor MI — MCP Server & AI Code Intelligence 🧠

> **The #1 MCP (Model Context Protocol) server for persistent AI code intelligence.**  
> Give Claude, ChatGPT, Gemini, Grok, Cursor, and Windsurf a deep, evolving memory of your entire codebase.

[![PyPI version](https://img.shields.io/pypi/v/dalexor.svg)](https://pypi.org/project/dalexor/)
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://python.org)
[![License: Proprietary](https://img.shields.io/badge/license-Proprietary-red.svg)](https://dalexor.com/terms.html)
[![Website](https://img.shields.io/badge/website-dalexor.com-purple.svg)](https://dalexor.com)

---

## What is Dalexor MI?

**Dalexor MI** solves the #1 problem in AI-assisted development: **AI coding assistants have no memory of your codebase between sessions.**

When you ask Claude or ChatGPT to fix a bug, it only sees the files you paste in. It has no idea:
- Why code was written a certain way
- What changed in the last week
- Which files depend on the one you're modifying  
- Whether a team member is editing the same code right now

**Dalexor MI fixes all of this.** It is a background service that watches your project, understands every meaningful change, and makes that intelligence instantly available to any AI assistant via the **Model Context Protocol (MCP)**.

---

## Install in 60 Seconds

```bash
# Install the CLI
pip install dalexor

# Authenticate and configure
dx init

# Start watching your project (run from project root)
dx watch
```



```

Restart your AI client. Done. Your AI now has persistent memory of your codebase.

---

## 12 MCP Tools Available Instantly

Once installed, your AI coding assistant gets 12 powerful tools:

| Tool | What It Does |
|------|-------------|
| `mcp_dalexor_mcp_health_check` | Call at session start to check auth, project ID, and rate limits. |
| `mcp_dalexor_list_indexed_files` | List all files currently indexed in the project (group by folder). |
| `mcp_dalexor_batch_execute` | Execute up to 10 MCP operations in a single parallel round-trip. |
| `mcp_dalexor_trace_dependency` | Map the blast radius of a change before renaming or moving code. |
| `mcp_dalexor_find_definition` | Get the actual source code (up to 80 lines) of any symbol. |
| `mcp_dalexor_get_atomic_diff` | See recent refactors with AI summaries and risk levels. |
| `mcp_dalexor_get_structural_outline` | Instantly retrieve file skeletons (classes, methods, imports). |
| `mcp_dalexor_get_dependency_topology` | Map structural relationships (imports/calls) for any target file. |
| `mcp_dalexor_predict_conflicts` | Predict logical collisions across your team based on edit velocity. |
| `mcp_dalexor_diff_evolution_snapshots` | Understand why a file looks the way it does via its conceptual history. |
| `mcp_dalexor_neural_search` | Find code by meaning and intent using vector embeddings. |
| `mcp_dalexor_trace_logic_heritage` | See the full story of logical decisions behind a piece of code. |

> [!NOTE]
> **Ripgrep (rg) Dependency:** The `trace_dependency` and `find_definition` tools use `ripgrep` for high-performance searching. While the tools gracefully fall back to native Python search if `rg` is missing, we recommend installing it for the best experience. Our Docker bridge server includes `ripgrep` by default.

---

## Who Is It For?

**Solo developers**: Your AI finally knows your whole project, not just the file you have open.

**Engineering teams**: Shared codebase memory — when any developer syncs a change, every AI assistant on the team benefits.

**Engineering managers / CTOs**: Full visibility into what your team is building and how the architecture is evolving.

**Regulated industries** (fintech, healthcare, legal): Neural Vault tier uses AES-256-GCM client-side encryption — your source code **never reaches the cloud in plaintext**.

---

## How It Works

```
Your Files → Smart Filter → Secret Remover → Private Vault (opt.) → Project Memory
                 ↓                ↓                                     ↓
         Only meaningful    Removes API keys,              Versioned snapshots with
         changes recorded   passwords, tokens              simple AI summaries
                                                                    ↓
                                                            MCP Tools ← AI Assistant
```

### Smart Change Detection
We don't record every single keystroke. We analyze your edits to see if they actually matter:
- **Minor edits** (like formatting or comments) are filtered out to keep your history clean.
- **Significant changes** to your code's logic are recorded and summarized automatically.
- **Major milestones** are automatically marked when you make big architectural shifts.

### History Tracking
We track every version of your files so the AI understands how your code changed over time. Instead of just seeing the current file, the AI can see the reasoning behind your decisions.

### Private Vault (Encryption)
For professional plans, your code is protected by end-to-end encryption. Your code is locked on your own machine before it's sent to us. Only you have the key to unlock it—it stays private to you.

---

## Supported AI Clients

| Client | Status |
|--------|--------|
| Claude Desktop | ✅ Full support |
| Cursor | ✅ Full support |
| Windsurf | ✅ Full support |
| VS Code + Copilot (MCP Preview) | ✅ Full support |
| Gemini CLI | ✅ Full support |
| Any MCP-compatible client | ✅ Full support |

## Supported Languages

Python, TypeScript, JavaScript, Rust, Go, C++, PHP, HTML, CSS, SQL, Markdown, and more.

---

## All CLI Commands

| Command | Description |
|---------|-------------|
| `dx init` | Authenticate and configure API key + project |
| `dx watch` | Start real-time filesystem monitoring (keep running in background) |
| `dx sync` | One-time full sync of all existing project files |
| `dx chat` | Interactive CLI chat with your project's memory |
| `dx restore` | Restore files by describing your intent (e.g. dx restore 'error handling') |


---

## 

Personal (FREE): 100 Snapshots, 500 Connections, 15 req/h.
Hobby (USERS): 10,000 Snapshots, 25,000 Connections, 60 req/h.
Pro (STANDARD): 100,000 Snapshots, 500,000 Connections, 150 req/h.
Expert (PRO): 200,000 Snapshots, 2,000,000 Connections, 1,000 req/h.
Enterprise (STARTUP): Unlimited Snapshots/Connections, 10,000 req/h.

[View pricing →](https://dalexor.com/pricing.html)

---

## Keywords (for discoverability)

`MCP server` `Model Context Protocol` `AI code intelligence` `code memory` `persistent AI context` `developer tools` `coding assistant memory` `codebase analysis` `code evolution tracking` `dependency tracking` `merge conflict prevention` `code history` `AI developer tools` `Claude MCP` `Cursor MCP` `Gemini developer tools` `code documentation` `team collaboration` `software architecture tools` `best developer tools 2025` `fix ai code hallucinations` `ai context window limit solution` `codebase memory for llms` `persistent assistant memory`

---

## Links

- **Homepage**: https://dalexor.com
- **Documentation**: https://dalexor.com/docs.html
- **Pricing**: https://dalexor.com/pricing.html
- **LLM Guide**: https://dalexor.com/llms.txt
- **MCP Capsule**: https://dalexor.com/.well-known/mcp-capsule.json
- **Support**: https://dalexor.com/support.html

---

## License

Proprietary software. All rights reserved by Dalexor MI.  
Unauthorized copying, modification, or redistribution is strictly prohibited.  
[Terms of Service](https://dalexor.com/terms.html) | [Privacy Policy](https://dalexor.com/privacy.html)
