Infisical MCP ServerServer

Infisical
GitHub
Secrets ManagementAPI IntegrationCloud Platforms

๐Ÿ’ก Description

A Model Context Protocol server for managing secrets with the Infisical API, allowing users to create, update, delete, and list secrets through function calls.

๐Ÿ“ JSON Entries

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

๐Ÿ› ๏ธ Tools

create-secretdelete-secretupdate-secretlist-secretsget-secretcreate-projectcreate-environmentcreate-folderinvite-members-to-project

โšก Features

  • Manage secrets
  • Integration with Infisical API
  • CLI usage via npx commands

๐Ÿ’ฌ Example Queries

  • Create a new secret
  • List all secrets
  • Update an existing secret
  • Delete a specific secret