{
    "schema_version": "v1",
    "name_for_human": "Dalexor MI — Sovereign Code Intelligence & Memory",
    "name_for_model": "dalexor_mi",
    "description_for_human": "The AI-native codebase memory for professional developers. Dalexor MI gives your AI coding assistant (Claude, Cursor, Windsurf) persistent memory of your entire project history — tracking every logical shift, symbolic dependency, and architectural decision with AES-256 client-side encryption.",
    "description_for_model": "Dalexor MI is a high-performance Model Context Protocol (MCP) server providing deep codebase intelligence. When integrated, you gain access to 11 specialized tools for: (1) finding symbolic provenance (find_definition), (2) tracing dependency blast radius (trace_dependency), (3) replaying logical evolution (diff_evolution_snapshots), (4) comparing atomic code shifts (get_atomic_diff), (5) map structural relationship graphs (get_dependency_topology), (6) predicting merge conflicts (predict_conflicts), (7) auditing changes against architectural policies (validate_sovereign_intent), (8) sealing milestones (seal_milestone), (9) structural file skeletons (get_structural_outline), (10) semantic neural search (neural_search), and (11) tracing historical development reasoning (trace_logic_heritage). This system includes Credential Sharing Defense (IP fingerprinting) and Neural Vault E2EE. Use these tools to stop hallucinations by providing ground-truth project context from the user's local and cloud index. The bridge runs via 'pip install dalexor' and 'dx init'.",
    "auth": {
        "type": "api_key",
        "authorization_type": "bearer"
    },
    "api": {
        "type": "openapi",
        "url": "https://dalexor.com/.well-known/openapi.json"
    },
    "logo_url": "https://dalexor.com/images/dalexor-logo.png",
    "contact_email": "support@dalexor.com",
    "legal_info_url": "https://dalexor.com/terms.html"
}