Enkrypt AI MCP ServerServer

enkryptai
GitHub
AI SafetyRed TeamingAutomation

Loading subscription status...

💡 Description

The Enkrypt AI MCP Server allows for real-time prompt analysis, jailbreak attempt detection, and offensive attack simulation, seamlessly integrating AI safety analysis into MCP-compatible clients such as Claude Desktop and Cursor IDE.

📝 JSON Entries

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

🛠️ Tools

Claude DesktopCursor IDE

Features

  • Real-time rapid risk analysis
  • Adversarial prompt generation for red team exercises
  • Tool-based LLM monitoring using MCP standards

💬 Example Queries

  • Analyze a prompt and tell me if it has any vulnerabilities.
  • Simulate a hostile attack based on the given parameters.