Skip to main content
Glama

Enkrypt AI MCP Server

Official
by enkryptai

Enkrypt AI MCP 服务器

Enkrypt AI MCP 服务器允许您将红队、即时审计和 AI 安全分析直接集成到任何兼容模型上下文协议 (MCP)的客户端(例如 Claude Desktop 或 Cursor IDE)中。

使用此服务器,您可以分析提示、检测越狱尝试、模拟对抗性攻击,并将 AI 安全工具直接带入您的助手驱动的工作流程。


🚀 功能

  • 实时提示风险分析
  • 通过对抗提示生成进行红队攻击
  • 使用 MCP 标准的基于工具的 LLM 监控
  • 与 Claude Desktop、Cursor IDE 和其他 MCP 客户端无缝集成

💠 安装

在开始之前,请确保您的机器上安装了uv

1. 克隆存储库

git clone https://github.com/enkryptai/enkryptai-mcp-server.git cd enkryptai-mcp-server

2.安装依赖项

uv pip install -e .

🔑 获取您的 API 密钥

要使用 Enkrypt 工具,您需要一个免费的 API 密钥:

https://app.enkryptai.com/settings/api


⚙️ 配置

您可以将此 MCP 服务器连接到任何兼容 MCP 的客户端。以下是使用CursorClaude Desktop进行连接的方法。


🖥️ 光标

  1. 在 Cursor 中打开**“设置”****“MCP”**选项卡
  2. 点击**“添加新的全局 MCP 服务器”**
  3. 将以下配置粘贴到mcp.json文件中:
{ "mcpServers": { "EnkryptAI-MCP": { "command": "uv", "args": [ "--directory", "PATH/TO/enkryptai-mcp-server", "run", "src/mcp_server.py" ], "env": { "ENKRYPTAI_API_KEY": "YOUR ENKRYPTAI API KEY" } } } }

代替:

  • PATH/TO/enkryptai-mcp-server为克隆 repo 的绝对路径
  • YOUR ENKRYPTAI API KEY与您的 API 密钥

服务器将启动并出现在您的 MCP 工具列表中。


💬 克劳德桌面

  1. 在系统菜单栏中打开Claude菜单(不在应用程序窗口内)
  2. 转到**“设置…”****“开发者”**选项卡
  3. 单击编辑配置

这将打开或创建 MCP 配置文件:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

将内容替换为:

{ "mcpServers": { "EnkryptAI-MCP": { "command": "uv", "args": [ "--directory", "PATH/TO/enkryptai-mcp-server", "run", "src/mcp_server.py" ], "env": { "ENKRYPTAI_API_KEY": "YOUR ENKRYPTAI API KEY" } } } }

请确保:

  • 设置正确的 repo 路径
  • 粘贴您的 API 密钥

最后,重启 Claude Desktop。重新加载后,您会在聊天框中看到一个锤子图标,这表示您的 MCP 工具已启用。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

将 AI 安全分析、红队和提示审计直接集成到与 MCP 兼容的客户端(如 Claude Desktop 和 Cursor IDE)中,从而可以实时分析提示并检测越狱尝试。

  1. 🚀 功能
    1. 💠 安装
      1. 克隆存储库
      2. 2.安装依赖项
    2. 🔑 获取您的 API 密钥
      1. ⚙️ 配置
        1. 🖥️ 光标
        2. 💬 克劳德桌面

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        Allows 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 -
        1
        Python
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A 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 -
        7
        Python
        MIT License
      • -
        security
        -
        license
        -
        quality
        An 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 -
        1
        Python
      • -
        security
        F
        license
        -
        quality
        Provides 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 -
        1
        JavaScript
        ISC License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/enkryptai/enkryptai-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server