Skip to main content

No project description provided

Project description

Enkrypt AI MCP Server

The Enkrypt AI MCP Server allows you to integrate red-teaming, prompt auditing, and AI safety analysis directly into any Model Context Protocol (MCP)–compatible client such as Claude Desktop or Cursor IDE.

With this server, you can analyze prompts, detect jailbreak attempts, simulate adversarial attacks, and bring AI safety tooling directly into your assistant-driven workflows.


🚀 Features

  • Real-time prompt risk analysis
  • Red-teaming via adversarial prompt generation
  • Tool-based LLM monitoring using the MCP standard
  • Seamless integration with Claude Desktop, Cursor IDE, and other MCP clients

💠 Installation

Before getting started, ensure you have uv installed on your machine.

1. Clone the repository

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

2. Install dependencies

uv pip install -e .

🔑 Get Your API Key

To use the Enkrypt tools, you’ll need a free API key from:

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


⚙️ Configuration

You can connect this MCP server to any MCP-compatible client. Here's how to do it with Cursor and Claude Desktop.


🖥️ Cursor

  1. Open SettingsMCP tab in Cursor
  2. Click "Add new global MCP server"
  3. Paste the following config into the mcp.json file:
{
  "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"
      }
    }
  }
}

Replace:

  • PATH/TO/enkryptai-mcp-server with the absolute path to the cloned repo
  • YOUR ENKRYPTAI API KEY with your API key

The server will launch and appear in your MCP tools list.


💬 Claude Desktop

  1. Open the Claude menu in your system menu bar (not inside the app window)
  2. Go to Settings…Developer tab
  3. Click Edit Config

This opens or creates the MCP config file at:

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

Replace the contents with:

{
  "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"
      }
    }
  }
}

Make sure to:

  • Set the correct repo path
  • Paste in your API key

Finally, restart Claude Desktop. Once it reloads, you’ll see a hammer icon in the chat box, indicating your MCP tools are active.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mseep_enkryptai_mcp-0.1.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mseep_enkryptai_mcp-0.1.1-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file mseep_enkryptai_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: mseep_enkryptai_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for mseep_enkryptai_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d961b687b73131911ca9ecc9d40309aa0da4683cc969645dab3efc9930aba2d1
MD5 ad6d5672da3428a2c0b92e61496fcf29
BLAKE2b-256 0b82bf2c0d0528051dc2609e34367f590d7770bad47d1421b5f4642cc228cf03

See more details on using hashes here.

File details

Details for the file mseep_enkryptai_mcp-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_enkryptai_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0b2d3504b219cd0a6018ad7bb4d6b2a8ea092bd7bfd739c4a1a48060f47545ea
MD5 e8821ab4d14b695865eaa0ca4248d4ec
BLAKE2b-256 77d3964130cc3546bbbb78a0402ef55829b5e68e1132fba1ad8406e1a241cdfb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page