Thales Ciphertrust Manager Mcp Server
@sanyambassi
关于 Thales Ciphertrust Manager Mcp Server
CipherTrust MCP (Model Context Protocol) server that allows AI Assistants like Claude or Cursor to interact with CipherTrust Manager resources using the ksctl CLI.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ciphertrust": {
"command": "Path to your project folder/ciphertrust-manager-mcp-server/.venv/bin/ciphertrust-mcp-server",
"args": [],
"env": {
"CIPHERTRUST_URL": "https://your-ciphertrust.example.com",
"CIPHERTRUST_USER": "admin",
"CIPHERTRUST_PASSWORD": "your-password-here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Thales Ciphertrust Manager Mcp Server?
An independently-developed, open-source MCP server that enables AI assistants (like Claude and Cursor) to interact with CipherTrust Manager resources using the ksctl CLI. It is not officially supported by Thales, uses public APIs, and is maintained independently.
How to use Thales Ciphertrust Manager Mcp Server?
Install Git, Python 3.11+, and uv. Clone the repository, create a virtual environment, and install dependencies with uv pip install -e .. Configure required environment variables (CIPHERTRUST_URL, CIPHERTRUST_USER, CIPHERTRUST_PASSWORD) either in a .env file or system environment. Run the server directly with uv run ciphertrust-mcp-server or as a module uv run python -m ciphertrust_mcp_server.__main__. For integration with Cursor or Claude Desktop, set up the MCP configuration file with the correct command path and environment variables.
Features of Thales Ciphertrust Manager Mcp Server
- Key management operations (list, create, delete, etc.)
- CTE client management
- User and group management
- Connection management
- System, service, cluster, license management
- JSON-RPC communication over stdin/stdout
Use cases of Thales Ciphertrust Manager Mcp Server
- Automate key lifecycle tasks via AI assistant prompts
- Manage CTE clients and user permissions through natural language
- Retrieve system information and cluster status without manual CLI
- Perform crypto operations and license management with AI guidance
FAQ from Thales Ciphertrust Manager Mcp Server
Is this server officially supported by Thales?
No, this is an independent open-source project with no official support from Thales. Use at your own risk.
What are the runtime dependencies?
Python 3.11+ and the packages mcp, pydantic, pydantic-settings, httpx, and python-dotenv.
How does the server communicate with AI assistants?
It uses JSON-RPC protocol over stdin/stdout, configured via MCP settings in Cursor or Claude Desktop.
Where is sensitive data (credentials) stored?
Credentials are provided as environment variables (CIPHERTRUST_USER, CIPHERTRUST_PASSWORD) or in a .env file. SSL verification can be disabled with CIPHERTRUST_NOSSLVERIFY.
What transport and authentication methods are supported?
Transport is stdin/stdout (standard I/O). Authentication uses username/password to the CipherTrust Manager instance, with optional domain settings (CIPHERTRUST_DOMAIN, CIPHERTRUST_AUTH_DOMAIN).
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论