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.0.tar.gz (3.0 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.0-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mseep_enkryptai_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 3.0 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.0.tar.gz
Algorithm Hash digest
SHA256 fdad174dd483b2081041ccd26616ee800a2fe754577272fdbfb1bdb82862efff
MD5 1ab081850dcccc7ebc1553c12aa39d0f
BLAKE2b-256 677fe665014e4e2975a7aa1c191c42faaed59750e06f96a25fb4fb9ae317b4d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mseep_enkryptai_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bffafbd5068e221466638fd002b06a3057648ceedcf3f041f08c798a7abb15ab
MD5 0157521726bd24af0162c90f1460c3af
BLAKE2b-256 7ae843918d13ce6d7bae120d3a2ba0fb85e541e7eabd452c43d88c6841636a05

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