Metadata-Version: 2.4
Name: secure-mcp-gateway
Version: 2.2.3
Summary: Enkrypt AI Secure MCP Gateway — authentication, guardrails, caching, and observability for Model Context Protocol servers.
Author-email: Enkrypt AI Team <support@enkryptai.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/enkryptai/secure-mcp-gateway
Project-URL: Repository, https://github.com/enkryptai/secure-mcp-gateway
Project-URL: Issues, https://github.com/enkryptai/secure-mcp-gateway/issues
Keywords: mcp,gateway,secure,middleware,model context protocol,guardrails,enkrypt,ai,opentelemetry,authentication
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask~=3.1.3
Requires-Dist: flask-cors~=6.0.2
Requires-Dist: redis~=7.4.0
Requires-Dist: requests~=2.33.1
Requires-Dist: aiohttp~=3.14.3
Requires-Dist: fastapi~=0.135.3
Requires-Dist: uvicorn[standard]~=0.44.0
Requires-Dist: pydantic~=2.12.5
Requires-Dist: pydantic[email]~=2.12.5
Requires-Dist: email-validator~=2.3.0
Requires-Dist: python-dateutil~=2.9.0.post0
Requires-Dist: psutil~=7.2.2
Requires-Dist: cryptography~=50.0.0
Requires-Dist: pyjwt~=2.13.0
Requires-Dist: tenacity~=9.1.4
Requires-Dist: mcp[cli]~=1.28.1
Requires-Dist: opentelemetry-sdk~=1.40.0
Requires-Dist: opentelemetry-exporter-otlp~=1.40.0
Requires-Dist: opentelemetry-exporter-prometheus~=0.61b0
Requires-Dist: opentelemetry-instrumentation~=0.61b0
Requires-Dist: opentelemetry-instrumentation-requests~=0.61b0
Requires-Dist: structlog~=25.5.0
Provides-Extra: dev
Requires-Dist: pytest~=9.0.3; extra == "dev"
Requires-Dist: pytest-asyncio~=1.3.0; extra == "dev"
Requires-Dist: ruff~=0.15.9; extra == "dev"
Requires-Dist: pre-commit~=4.5.1; extra == "dev"
Dynamic: license-file

# Enkrypt Secure MCP Gateway

A secure gateway for Model Control Protocol (MCP) that enables safe and controlled access to MCP servers.

```bash
pip install secure-mcp-gateway

```

For documentation and usage instructions, please visit our GitHub repository:

**[https://github.com/enkryptai/secure-mcp-gateway](https://github.com/enkryptai/secure-mcp-gateway)**

## License

### Enkrypt AI MCP Gateway Core

This project's core functionality is licensed under the Apache License, Version 2.0.

For the full license text, see the `LICENSE` file in the repository.

### Enkrypt AI Guardrails, Logo, and Branding

© 2025 Enkrypt AI. All rights reserved.

Enkrypt AI software is provided under a proprietary license. Unauthorized use, reproduction, or distribution of this software or any portion of it is strictly prohibited.

Terms of Use: [https://www.enkryptai.com/terms-and-conditions](https://www.enkryptai.com/terms-and-conditions)

Privacy Policy: [https://app.enkryptai.com/privacy-policy](https://app.enkryptai.com/privacy-policy)

Enkrypt AI and the Enkrypt AI logo are trademarks of Enkrypt AI, Inc.
