Skip to main content
Glama

Infisical MCP Server

Official
by Infisical

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

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