Skip to main content
Glama

Enkrypt AI MCP Server

Official
by enkryptai

Enkrypt AI MCP サーバー

Enkrypt AI MCP サーバーを使用すると、レッドチーム、プロンプト監査、AI 安全性分析を、Claude Desktop や Cursor IDE などのモデル コンテキスト プロトコル (MCP)対応クライアントに直接統合できます。

このサーバーを使用すると、プロンプトを分析し、脱獄の試みを検出し、敵対的な攻撃をシミュレートし、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対応のクライアントであればどれでも接続できます。CursorとClaude Desktopを使って接続する方法次のとおりです。


🖥️ カーソル

  1. 設定を開く→カーソルの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クローンしたリポジトリへの絶対パスを記述します。
  • 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" } } } }

必ず次の点に注意してください:

  • 正しいリポジトリパスを設定する
  • 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 安全性分析、レッドチーム、プロンプト監査を Claude Desktop や Cursor IDE などの MCP 対応クライアントに直接統合し、プロンプトのリアルタイム分析と脱獄の試みの検出を可能にします。

  1. 🚀 機能
    1. 💠 インストール
      1. リポジトリをクローンする
      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