Skip to main content
Glama

Infisical MCP Server

Official
by Infisical

물리 모델 컨텍스트 프로토콜

Infisical Model Context Protocol 서버를 사용하면 함수 호출을 통해 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 서버를 실행하려면 다음 명령을 사용하세요.

지엑스피1

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프로젝트에 한 명 이상의 멤버를 초대하세요

서버 디버깅

서버를 디버깅하려면 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