Infisical MCP Server

Official

update-secret

Modify secret details in Infisical, including name, value, or path, for a specific project and environment.

Instructions

Update a secret in Infisical

Input Schema

NameRequiredDescriptionDefault
environmentSlugYesThe slug of the environment to update the secret in (required)
newSecretNameNoThe new name of the secret to update (Optional)
projectIdYesThe ID of the project to update the secret in (required)
secretNameYesThe current name of the secret to update (required)
secretPathNoThe path of the secret to update (Defaults to /)
secretValueNoThe new value of the secret to update (Optional)

Input Schema (JSON Schema)

{ "properties": { "environmentSlug": { "description": "The slug of the environment to update the secret in (required)", "type": "string" }, "newSecretName": { "description": "The new name of the secret to update (Optional)", "type": "string" }, "projectId": { "description": "The ID of the project to update the secret in (required)", "type": "string" }, "secretName": { "description": "The current name of the secret to update (required)", "type": "string" }, "secretPath": { "description": "The path of the secret to update (Defaults to /)", "type": "string" }, "secretValue": { "description": "The new value of the secret to update (Optional)", "type": "string" } }, "required": [ "projectId", "environmentSlug", "secretName" ], "type": "object" }

You must be authenticated.

Other Tools from Infisical MCP Server

Related Tools

ID: 09hrd7ngqm