Share feedback
Answers are generated based on the documentation.

docker mcp secret

DescriptionManage secrets in the local OS Keychain

Description

Manage secrets in the local OS Keychain

Examples

Pass the secret via STDIN

echo my-secret-password > pwd.txt cat pwd.txt | docker mcp secret set POSTGRES_PASSWORD

Subcommands

CommandDescription
docker mcp secret lsList all secrets from the local OS Keychain as well as any active Secrets Engine provider
docker mcp secret rmRemove secrets from the local OS Keychain
docker mcp secret setSet a secret in the local OS Keychain