Infisical MCP Server

Official

list-secrets

Retrieve and display all secrets within a specified project and environment in Infisical. Supports custom paths, expanded references, and included imports for comprehensive secret management.

Instructions

List all secrets in a given Infisical project and environment

Input Schema

NameRequiredDescriptionDefault
environmentSlugYesThe slug of the environment to list the secrets from (required)
expandSecretReferencesNoWhether to expand secret references (Defaults to true)
includeImportsNoWhether to include secret imports (Defaults to true)
projectIdYesThe ID of the project to list the secrets from (required)
secretPathNoThe path of the secrets to list (Defaults to /)

Input Schema (JSON Schema)

{ "properties": { "environmentSlug": { "description": "The slug of the environment to list the secrets from (required)", "type": "string" }, "expandSecretReferences": { "description": "Whether to expand secret references (Defaults to true)", "type": "boolean" }, "includeImports": { "description": "Whether to include secret imports (Defaults to true)", "type": "boolean" }, "projectId": { "description": "The ID of the project to list the secrets from (required)", "type": "string" }, "secretPath": { "description": "The path of the secrets to list (Defaults to /)", "type": "string" } }, "required": [ "projectId", "environmentSlug" ], "type": "object" }

You must be authenticated.

Other Tools from Infisical MCP Server

Related Tools

ID: 09hrd7ngqm