Metadata-Version: 2.4
Name: ddot-gateway
Version: 0.5.0
Summary: ddot -- The Security Protocol for Agentic AI
Project-URL: Homepage, https://ddot.build
Project-URL: Repository, https://github.com/ddotbe/gateway
Project-URL: Documentation, https://ddot.build/security
License-Expression: LicenseRef-Proprietary
Keywords: agent,ai,gateway,mcp,security
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ddot-gateway

**The Security Protocol for Agentic AI**

ddot wraps your MCP servers with 5 security gates: Ed25519 signing, tool whitelisting, capability gating, environment isolation, and SHA-256 audit chains.

## Quick Start

Add to your Claude Desktop config:

```json
{
  "mcpServers": {
    "ddot-gateway": {
      "command": "uv",
      "args": ["run", "--with", "ddot-gateway", "ddot-gateway", "--key", "YOUR_KEY"]
    }
  }
}
```

Get your license key at [ddot.build/signup](https://ddot.build/signup).

## Links

- [ddot.build](https://ddot.build)
- [Security Report](https://ddot.build/security) -- 802 tests
- [GitHub](https://github.com/ddotbe/gateway)
