Odel
Delentia Sovereign AI Operating System

Delentia Sovereign AI Operating System

Local
@delentia-labsJavaScriptApache-2.0Updated 5 days ago

Sovereign AI OS gateway with FDIA security, RCT-7 thinking, Delta compression & JITNA swarm.

Delentia Labs Logo

Delentia Sovereign AI Operating System

Official Model Context Protocol (MCP) Public Client & Connector

Release Smithery Quality Edge Health Check MCP Protocol License Website

The World's First Deterministic Sovereign AI Operating System Gateway.
Bridging autonomous AI agents (Claude, Cursor, VS Code, Windsurf, Codex) to the Delentia Sovereign Edge Network.


🏛️ Executive Architectural Overview

The Delentia Sovereign AI Operating System provides a mathematically verifiable layer of defense, reasoning rigor, context compression, and swarm coordination for autonomous AI workflows:

       ┌─────────────────────────────────────────────────────────────┐
       │              Autonomous AI Clients & IDEs                   │
       │    (Claude Desktop, Cursor, VS Code, Windsurf, Cline)       │
       └──────────────────────────────┬──────────────────────────────┘
                                      │
                         stdio / Streamable HTTP (MCP)
                                      │
       ┌──────────────────────────────▼──────────────────────────────┐
       │              Delentia Sovereign Edge Gateway                │
       │         (Cloudflare Global Workers + Durable Objects)       │
       └──────────────────────────────┬──────────────────────────────┘
                                      │
         ┌────────────────────────────┼────────────────────────────┐
         ▼                            ▼                            ▼
  [ 1. FDIA Security ]        [ 2. RCT-7 Thinking ]        [ 3. Delta & JITNA ]
Deterministic ZK Gate         7-Stage Reverse Mental       Context Compression
    F = (D^I) * A             Anti-Hallucination Pipeline  & 1+4 LoRA Swarms

🛠️ The 5 Sovereign Core Tools

Tool NameTypeKey MissionMathematical / Functional Core
evaluate_fdiaRead-OnlyDeterministic Security PreemptionEvaluates $F = (D^I) \times A$ to cut off unauthorized operations with SHA-256 audit digest.
configure_policyActionEnterprise Custom Policy GateConfigures RBAC, action blacklists, dual-signoff rules, and safety thresholds for parameter $A$.
rct_thinkRead-Only7-Stage Reverse Component ThinkingEliminates LLM hallucination through Inversion Anchors; yields 1.0000 Alignment Index.
compress_contextRead-OnlyState Differential CompressionCompresses verbose dialogue transcripts by 74.2% to 91.5% token reduction with state hashing.
orchestrate_swarmRead-Only1+4 Specialized Swarm RoutingDecomposes goals into JITNA v3 packets across Router, Guardian, Executor, and Scribe pillars.

🚀 Quickstart: 1-Click Client Setup

Option A: Cursor IDE Configuration

Add this entry to your Cursor ~/.cursor/mcp.json:

{
  "mcpServers": {
    "delentia-sovereign": {
      "command": "npx",
      "args": [
        "-y",
        "delentia-mcp"
      ]
    }
  }
}

Option B: Claude Desktop Configuration

Add this entry to your claude_desktop_config.json:

{
  "mcpServers": {
    "delentia-sovereign": {
      "command": "npx",
      "args": [
        "-y",
        "delentia-mcp"
      ]
    }
  }
}

Option C: Direct Remote Cloud Connection (No Local Node required)

If your client supports remote HTTP MCP servers, point directly to:

Endpoint: https://delentia-sovereign-mcp.delentia.workers.dev/mcp
Transport: Streamable HTTP (JSON-RPC 2.0)

Option D: Instant Terminal Verification (1-Line cURL)

Test the live Sovereign MCP server directly in any terminal:

curl -X POST https://delentia-sovereign-mcp.delentia.workers.dev/mcp \
  -H "Content-Type: application/json" \
  -d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}"

🔒 Enterprise Security & Verification

  • Tamper-Proof Audit Digest: Every security evaluation computes a SHA-256 cryptographic verification digest.
  • Dual Sign-Off Gate: High-risk actions unconditionally mandate multi-party authorization tokens.
  • Zero Hallucination Guarantee: The RCT-7 mental OS guarantees 100% causal intent alignment before execution.

📜 Intellectual Property & Attribution

  • Developer: Delentia Labs
  • Chief Architect: Ittirit Saengow (The Architect)
  • Official Portal: https://delentia.com
  • License: Apache-2.0 (Public Client Connector)