{
  "markdown": "<div align=\"center\">\n\n<img src=\"./assets/delentia-green-logo.png\" alt=\"Delentia Labs Logo\" width=\"128\" height=\"128\" />\n\n# Delentia Sovereign AI Operating System\n### Official Model Context Protocol (MCP) Public Client & Connector\n\n[![Release](https://img.shields.io/github/v/release/delentia-labs/delentia-mcp?color=brightgreen)](https://github.com/delentia-labs/delentia-mcp/releases)\n[![Smithery Quality](https://img.shields.io/badge/Smithery%20Quality-100%2F100-brightgreen)](https://smithery.ai/servers/delentia/delentia-sovereign)\n[![Edge Health Check](https://github.com/delentia-labs/delentia-mcp/actions/workflows/healthcheck.yml/badge.svg)](https://github.com/delentia-labs/delentia-mcp/actions/workflows/healthcheck.yml)\n[![MCP Protocol](https://img.shields.io/badge/MCP%20Protocol-2024--11--05-blue)](https://modelcontextprotocol.io/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE)\n[![Benchmarks](https://img.shields.io/badge/Benchmarks-100%25%20Deterministic-blueviolet)](./BENCHMARKS.md)\n[![Website](https://img.shields.io/badge/Website-delentia.com-emerald)](https://delentia.com)\n\n**The World's First Deterministic Sovereign AI Operating System Gateway.**  \nBridging autonomous AI agents (Claude, Cursor, VS Code, Windsurf, Codex) to the Delentia Sovereign Edge Network.  \n📊 **[View Empirical Benchmarks & 30-Second Visual Proof](./BENCHMARKS.md)**\n\n---\n\n</div>\n\n## 🏛️ Executive Architectural Overview\n\nThe **Delentia Sovereign AI Operating System** provides a mathematically verifiable layer of defense, reasoning rigor, context compression, and swarm coordination for autonomous AI workflows:\n\n```text\n       ┌─────────────────────────────────────────────────────────────┐\n       │              Autonomous AI Clients & IDEs                   │\n       │    (Claude Desktop, Cursor, VS Code, Windsurf, Cline)       │\n       └──────────────────────────────┬──────────────────────────────┘\n                                      │\n                         stdio / Streamable HTTP (MCP)\n                                      │\n       ┌──────────────────────────────▼──────────────────────────────┐\n       │              Delentia Sovereign Edge Gateway                │\n       │         (Cloudflare Global Workers + Durable Objects)       │\n       └──────────────────────────────┬──────────────────────────────┘\n                                      │\n         ┌────────────────────────────┼────────────────────────────┐\n         ▼                            ▼                            ▼\n  [ 1. FDIA Security ]        [ 2. RCT-7 Thinking ]        [ 3. Delta & JITNA ]\nDeterministic ZK Gate         7-Stage Reverse Mental       Context Compression\n    F = (D^I) * A             Anti-Hallucination Pipeline  & 1+4 LoRA Swarms\n```\n\n---\n\n## 🛠️ The 5 Sovereign Core Tools\n\n| Tool Name | Type | Key Mission | Mathematical / Functional Core |\n| :--- | :---: | :--- | :--- |\n| **`evaluate_fdia`** | Read-Only | Prompt Injection & Rogue Action Preemption | Evaluates F = (D^I) * A to mathematically cut off unauthorized tool executions with SHA-256 audit digest. |\n| **`configure_policy`** | Action | Enterprise Tool-Calling Policy Gate | Configures RBAC, action blacklists, dual-signoff rules, and safety thresholds for parameter A. |\n| **`rct_think`** | Read-Only | 7-Stage Reverse Component Thinking | Eliminates LLM hallucination through Inversion Anchors; yields 1.0000 Alignment Index. |\n| **`compress_context`** | Read-Only | State Differential Compression | Compresses verbose dialogue transcripts by 74.2% to 91.5% token reduction with state hashing. |\n| **`orchestrate_swarm`** | Read-Only | 1+4 Specialized Swarm Routing | Decomposes goals into JITNA v3 packets across Router, Guardian, Executor, and Scribe pillars. |\n\n---\n\n## 🚀 Quickstart: 1-Click Client Setup\n\n### Option A: Cursor IDE Configuration\nAdd this entry to your Cursor `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"delentia-sovereign\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"delentia-mcp\"\n      ]\n    }\n  }\n}\n```\n\n### Option B: Claude Desktop Configuration\nAdd this entry to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"delentia-sovereign\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"delentia-mcp\"\n      ]\n    }\n  }\n}\n```\n\n### Option C: Direct Remote Cloud Connection (No Local Node required)\nIf your client supports remote HTTP MCP servers, point directly to:\n\n```text\nEndpoint: https://delentia-sovereign-mcp.delentia.workers.dev/mcp\nTransport: Streamable HTTP (JSON-RPC 2.0)\n```\n\n### Option D: Instant Terminal Verification (1-Line cURL)\nTest the live Sovereign MCP server directly in any terminal:\n\n```bash\ncurl -X POST https://delentia-sovereign-mcp.delentia.workers.dev/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"id\\\":1,\\\"method\\\":\\\"tools/list\\\"}\"\n```\n\n---\n\n## 🔒 Enterprise Security & Verification\n\n- **Tamper-Proof Audit Digest:** Every security evaluation computes a SHA-256 cryptographic verification digest.\n- **Dual Sign-Off Gate:** High-risk actions unconditionally mandate multi-party authorization tokens.\n- **Zero Hallucination Guarantee:** The RCT-7 mental OS guarantees 100% causal intent alignment before execution.\n\n---\n\n## 📜 Intellectual Property & Attribution\n\n- **Developer:** **Delentia Labs**\n- **Chief Architect:** **Ittirit Saengow (The Architect)**\n- **Official Portal:** [https://delentia.com](https://delentia.com)\n- **License:** Apache-2.0 (Public Client Connector)\n",
  "bytes": 5528,
  "sha": "f0998ad2cc9df7f881445f0c62863db33b1c8270777e2ad59b1d2a811b2d777c",
  "repo_slug": "delentia-labs/delentia-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_delentia_labs_delentia_mcp_2f71e0bb/readme"
}