Enkrypt AI MCP サーバー
Enkrypt AI MCP サーバーを使用すると、レッドチーム、プロンプト監査、AI 安全性分析を、Claude Desktop や Cursor IDE などのモデル コンテキスト プロトコル (MCP)対応クライアントに直接統合できます。
このサーバーを使用すると、プロンプトを分析し、脱獄の試みを検出し、敵対的な攻撃をシミュレートし、AI 安全ツールをアシスタント駆動型ワークフローに直接組み込むことができます。
🚀 機能
- リアルタイムの迅速なリスク分析
- 敵対的プロンプト生成によるレッドチーム演習
- MCP標準を使用したツールベースのLLMモニタリング
- Claude Desktop、Cursor IDE、その他のMCPクライアントとのシームレスな統合
💠 インストール
始める前に、マシンにuv
がインストールされていることを確認してください。
1. リポジトリをクローンする
2. 依存関係をインストールする
🔑 APIキーを取得する
Enkrypt ツールを使用するには、次の無料の API キーが必要です:
https://app.enkryptai.com/settings/api
⚙️ 構成
このMCPサーバーは、MCP対応のクライアントであればどれでも接続できます。CursorとClaude Desktopを使って接続する方法は次のとおりです。
🖥️ カーソル
- 設定を開く→カーソルのMCPタブ
- **「新しいグローバルMCPサーバーを追加」**をクリックします
- 次の構成を
mcp.json
ファイルに貼り付けます。
交換する:
PATH/TO/enkryptai-mcp-server
クローンしたリポジトリへの絶対パスを記述します。YOUR ENKRYPTAI API KEY
とAPIキー
サーバーが起動し、MCP ツール リストに表示されます。
💬 クロードデスクトップ
- システムメニューバーでClaudeメニューを開きます(アプリウィンドウ内ではありません)。
- 「設定」 → **「開発」**タブへ移動
- 設定の編集をクリック
これにより、次の場所に MCP 構成ファイルが開かれるか作成されます。
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
内容を次のように置き換えます。
必ず次の点に注意してください:
- 正しいリポジトリパスを設定する
- APIキーを貼り付けてください
最後に、Claude Desktopを再起動します。再起動すると、チャットボックスにハンマーアイコンが表示され、MCPツールがアクティブになっていることが示されます。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
AI 安全性分析、レッドチーム、プロンプト監査を Claude Desktop や Cursor IDE などの MCP 対応クライアントに直接統合し、プロンプトのリアルタイム分析と脱獄の試みの検出を可能にします。
Related MCP Servers
- -securityFlicense-qualityAllows 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 -1Python
- -securityAlicense-qualityA 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 -7PythonMIT License
- -security-license-qualityAn 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 -1Python
- -securityFlicense-qualityProvides 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 -1JavaScriptISC License