Enkrypt AI MCP 服务器
Enkrypt AI MCP 服务器允许您将红队、即时审计和 AI 安全分析直接集成到任何兼容模型上下文协议 (MCP)的客户端(例如 Claude Desktop 或 Cursor IDE)中。
使用此服务器,您可以分析提示、检测越狱尝试、模拟对抗性攻击,并将 AI 安全工具直接带入您的助手驱动的工作流程。
🚀 功能
- 实时提示风险分析
- 通过对抗提示生成进行红队攻击
- 使用 MCP 标准的基于工具的 LLM 监控
- 与 Claude Desktop、Cursor IDE 和其他 MCP 客户端无缝集成
💠 安装
在开始之前,请确保您的机器上安装了uv
。
1. 克隆存储库
2.安装依赖项
🔑 获取您的 API 密钥
要使用 Enkrypt 工具,您需要一个免费的 API 密钥:
https://app.enkryptai.com/settings/api
⚙️ 配置
您可以将此 MCP 服务器连接到任何兼容 MCP 的客户端。以下是使用Cursor和Claude Desktop进行连接的方法。
🖥️ 光标
- 在 Cursor 中打开**“设置”** → **“MCP”**选项卡
- 点击**“添加新的全局 MCP 服务器”**
- 将以下配置粘贴到
mcp.json
文件中:
代替:
PATH/TO/enkryptai-mcp-server
为克隆 repo 的绝对路径YOUR ENKRYPTAI API KEY
与您的 API 密钥
服务器将启动并出现在您的 MCP 工具列表中。
💬 克劳德桌面
- 在系统菜单栏中打开Claude菜单(不在应用程序窗口内)
- 转到**“设置…”** → **“开发者”**选项卡
- 单击编辑配置
这将打开或创建 MCP 配置文件:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
将内容替换为:
请确保:
- 设置正确的 repo 路径
- 粘贴您的 API 密钥
最后,重启 Claude Desktop。重新加载后,您会在聊天框中看到一个锤子图标,这表示您的 MCP 工具已启用。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
将 AI 安全分析、红队和提示审计直接集成到与 MCP 兼容的客户端(如 Claude Desktop 和 Cursor IDE)中,从而可以实时分析提示并检测越狱尝试。
Related MCP Servers
- -securityFlicense-qualityAllows developers to query security findings (SAST issues, secrets, patches) using natural language within AI-assisted tools like Claude Desktop, Cursor, and other MCP-compatible environments.Last updated -1Python
- -securityAlicense-qualityA lightweight, extensible cybersecurity toolkit that connects AI assistants to security tools through the Model Context Protocol (MCP), enabling AI-assisted security research, scanning, and analysis.Last updated -7PythonMIT License
- -security-license-qualityAn MCP server that integrates various penetration testing tools, enabling security professionals to perform reconnaissance, vulnerability scanning, and API testing through natural language commands in compatible LLM clients like Claude Desktop.Last updated -1Python
- -securityFlicense-qualityProvides AI-powered visual analysis capabilities for Claude and other MCP-compatible AI assistants, allowing them to capture and analyze screenshots, perform file operations, and generate UI/UX reports.Last updated -1JavaScriptISC License