EnkryptAI
About
Integrates with EnkryptAI platform to provide robust guardrails, policy management, model configuration, and deployment orchestration with customizable safety controls for preventing harmful outputs.
Details
- Author
- enkryptai
- Repository
- enkryptai/enkryptai-mcp-server
- GitHub stars
- 1
- Downloads
- 248
- License
- Apache License 2.0
- Categories
- Developer Tools, Design, Workplace, AI, Communication, Infrastructure, Frontend, Other
Jump to
- 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
---
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
EnkryptAICommand (node, npx, python, etc.)uvArguments-
Argument 1
--directory -
Argument 2
PATH/TO/enkryptai-mcp-server -
Argument 3
run -
Argument 4
src/mcp_server.py
Environment-
ENKRYPTAI_API_KEY
YOUR ENKRYPTAI API KEY
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Before getting started, ensure you have uv installed on your machine.
``bash``
uv pip install -e .
---
You can connect this MCP server to any MCP-compatible client. Here's how to do it with Cursor and Claude Desktop.
---
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"enkryptai": {
"env": {
"ENKRYPTAI_API_KEY": "YOUR ENKRYPTAI API KEY"
},
"args": [
"--directory",
"PATH/TO/enkryptai-mcp-server",
"run",
"src/mcp_server.py"
],
"command": "uv"
}
}
}
Linux
{
"env": {
"ENKRYPTAI_API_KEY": "YOUR ENKRYPTAI API KEY"
},
"args": [
"--directory",
"PATH/TO/enkryptai-mcp-server",
"run",
"src/mcp_server.py"
],
"command": "uv"
}
Macos
{
"env": {
"ENKRYPTAI_API_KEY": "YOUR ENKRYPTAI API KEY"
},
"args": [
"--directory",
"PATH/TO/enkryptai-mcp-server",
"run",
"src/mcp_server.py"
],
"command": "uv"
}
Windows
{
"env": {
"ENKRYPTAI_API_KEY": "YOUR ENKRYPTAI API KEY"
},
"args": [
"--directory",
"PATH/TO/enkryptai-mcp-server",
"run",
"src/mcp_server.py"
],
"command": "uv"
}
The Enkrypt AI MCP Server allows you to integrate red-teaming, prompt auditing, and AI safety analysis directly into anyModel 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.
- 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
Before getting started, ensure you haveuvinstalled on your machine.
git clone https://github.com/enkryptai/enkryptai-mcp-server.git cd enkryptai-mcp-server
To use the Enkrypt tools, you’ll need a free API key from:
You can connect this MCP server to any MCP-compatible client. Here's how to do it withCursorandClaude Desktop.
- OpenSettings→MCPtab in Cursor
- Click"Add new global MCP server"
- Paste the following config into themcp.jsonfile:
{ "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-serverwith the absolute path to the cloned repo
- YOUR ENKRYPTAI API KEYwith your API key
The server will launch and appear in your MCP tools list.
- Open theClaudemenu in your system menu bar (not inside the app window)
- Go toSettings…→Developertab
- ClickEdit 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
{ "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" } } } }
- 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.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





