The CipherTrust Manager MCP Server allows AI assistants to interact with CipherTrust Manager resources, facilitating key management, user management, and compliance monitoring. It provides a unified interface for secure operations and integrates seamlessly with various AI tools.
2
Stars
1
Forks
To enable secure key management and cryptographic operations through AI assistants.
The CipherTrust Manager MCP Server allows AI assistants to interact with CipherTrust Manager resources, facilitating key management, user management, and compliance monitoring. It provides a unified interface for secure operations and integrates seamlessly with various AI tools.
MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants.
python
2
1
Ensure you have valid CipherTrust Manager credentials and access to a CipherTrust Manager instance.
Step 1
1. Ensure you have Git and Python 3.11 or higher installed on your system.
Step 2
2. Clone the repository using: `git clone https://github.com/sanyambassi/ciphertrust-manager-mcp-server.git`.
Step 3
3. Navigate to the cloned directory: `cd ciphertrust-manager-mcp-server`.
Step 4
4. Create a virtual environment and activate it: `uv venv` and `.venv\Scripts\activate` (Windows) or `source .venv/bin/activate` (Linux/Mac).
Step 5
5. Install dependencies: `uv pip install -e .`.
Step 6
6. Configure your environment variables or create a `.env` file with your CipherTrust Manager details.
Step 7
7. Run the server using: `uv run ciphertrust-mcp-server`.
Developer: Sanyam Bassi