Metadata-Version: 2.4
Name: secure-mcp-gateway
Version: 1.0.1
Summary: Enkrypt Secure MCP Gateway
Home-page: https://github.com/enkryptai/secure-mcp-gateway
Author: Enkrypt AI Team
Author-email: Enkrypt AI Team <support@enkryptai.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/enkryptai/secure-mcp-gateway
Keywords: MCP,gateway,secure,middleware,async,python,model context protocol,guardrails,Enkrypt,Enkrypt AI,EnkryptAI,AI
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: flask>=2.0.0
Requires-Dist: flask-cors>=3.0.0
Requires-Dist: redis>=4.0.0
Requires-Dist: requests>=2.26.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: python-json-logger>=2.0.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: cryptography>=3.4.0
Requires-Dist: pyjwt>=2.0.0
Requires-Dist: asyncio>=3.4.3
Requires-Dist: mcp[cli]
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python

# 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)
