金融モデルコンテキストプロトコル
Infisicalモデルコンテキストプロトコルサーバーを使用すると、関数呼び出しを通じてInfisical APIとの統合が可能になります。このプロトコルは、Infisicalと連携するための様々なツールをサポートしています。
設定
環境変数
MCP サーバーを使用するには、まず認証に必要な環境変数を設定する必要があります。
INFISICAL_UNIVERSAL_AUTH_CLIENT_ID
: 認証に使用されるマシンIDユニバーサル認証クライアントIDINFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET
: 認証に使用されるマシン ID ユニバーサル認証クライアント シークレット。INFISICAL_HOST_URL
:必要に応じてカスタムホストURLを設定します。これは、Infisicalをセルフホスティングしている場合や専用インフラストラクチャを使用している場合に便利です。デフォルトはhttps://app.infisical.com
です。
npx を使用して Infisical MCP サーバーを実行するには、次のコマンドを使用します。
Claude Desktopでの使用
claude_desktop_config.json
に以下の行を追加してください。詳細はこちらをご覧ください。
利用可能なツール
道具 | 説明 |
---|---|
create-secret | 新しいシークレットを作成する |
delete-secret | シークレットを削除する |
update-secret | シークレットを更新する |
list-secrets | すべての秘密を一覧表示します |
get-secret | 一つの秘密を手に入れる |
create-project | 新しいプロジェクトを作成する |
create-environment | 新しい環境を作る |
create-folder | 新しいフォルダを作成する |
invite-members-to-project | プロジェクトに1人以上のメンバーを招待する |
サーバーのデバッグ
サーバーをデバッグするには、 MCP Inspectorを使用できます。
まずサーバーを構築する
ターミナルで次のコマンドを実行します。
説明書
- 「環境変数」の手順で説明されているように環境変数を設定します。
- コマンドを実行して、MCP Inspector を起動します。
- ブラウザで MCP Inspector UI を開き、「接続」をクリックして MCP サーバーを起動します。
- 利用可能なすべてのツールを確認し、個別にテストすることができます。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
秘密管理のための Infisical API との対話を可能にするモデル コンテキスト プロトコル サーバー。ユーザーは関数呼び出しを通じて秘密を作成、更新、削除、一覧表示できます。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.Last updated -12PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server built with Express.js that provides cryptographic tools including key pair generation, shared secret derivation, and message encryption/decryption.Last updated -160JavaScript
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -16TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables integration with the TESS API, allowing users to list and manage agents, execute agents with custom messages, and manage files through natural language interfaces.Last updated -TypeScript