Skip to main content
Glama

Infisical MCP Server

Official
by Infisical

金融モデルコンテキストプロトコル

Infisicalモデルコンテキストプロトコルサーバーを使用すると、関数呼び出しを通じてInfisical APIとの統合が可能になります。このプロトコルは、Infisicalと連携するための様々なツールをサポートしています。

設定

環境変数

MCP サーバーを使用するには、まず認証に必要な環境変数を設定する必要があります。

  • INFISICAL_UNIVERSAL_AUTH_CLIENT_ID : 認証に使用されるマシンIDユニバーサル認証クライアントID
  • INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET : 認証に使用されるマシン ID ユニバーサル認証クライアント シークレット。
  • INFISICAL_HOST_URL :必要に応じてカスタムホストURLを設定します。これは、Infisicalをセルフホスティングしている場合や専用インフラストラクチャを使用している場合に便利です。デフォルトはhttps://app.infisical.comです。

npx を使用して Infisical MCP サーバーを実行するには、次のコマンドを使用します。

npx -y @infisical/mcp

Claude Desktopでの使用

claude_desktop_config.jsonに以下の行を追加してください。詳細はこちらをご覧ください。

{ "mcpServers": { "infisical": { "command": "npx", "args": ["-y", "@infisical/mcp"], "env": { "INFISICAL_HOST_URL": "https://<custom-host-url>.com", // Optional "INFISICAL_UNIVERSAL_AUTH_CLIENT_ID": "<machine-identity-universal-auth-client-id>", "INFISICAL_UNIVERSAL_AUTH_CLIENT_ID": "<machine-identity-universal-auth-client-secret" } } } }

利用可能なツール

道具説明
create-secret新しいシークレットを作成する
delete-secretシークレットを削除する
update-secretシークレットを更新する
list-secretsすべての秘密を一覧表示します
get-secret一つの秘密を手に入れる
create-project新しいプロジェクトを作成する
create-environment新しい環境を作る
create-folder新しいフォルダを作成する
invite-members-to-projectプロジェクトに1人以上のメンバーを招待する

サーバーのデバッグ

サーバーをデバッグするには、 MCP Inspectorを使用できます。

まずサーバーを構築する

npm run build

ターミナルで次のコマンドを実行します。

# Start MCP Inspector and server npx @modelcontextprotocol/inspector node dist/index.js

説明書

  1. 「環境変数」の手順で説明されているように環境変数を設定します。
  2. コマンドを実行して、MCP Inspector を起動します。
  3. ブラウザで MCP Inspector UI を開き、「接続」をクリックして MCP サーバーを起動します。
  4. 利用可能なすべてのツールを確認し、個別にテストすることができます。
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

秘密管理のための Infisical API との対話を可能にするモデル コンテキスト プロトコル サーバー。ユーザーは関数呼び出しを通じて秘密を作成、更新、削除、一覧表示できます。

  1. 設定
    1. 環境変数
    2. Claude Desktopでの使用
  2. 利用可能なツール
    1. サーバーのデバッグ
      1. 説明書

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      12
      Python
      MIT License
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      A 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 -
      160
      JavaScript
    • -
      security
      F
      license
      -
      quality
      A 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 -
      16
      TypeScript
    • -
      security
      F
      license
      -
      quality
      A 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

    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/Infisical/infisical-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server