Share feedback
Answers are generated based on the documentation.

docker mcp secret set

DescriptionSet a secret in the local OS Keychain
Usagedocker mcp secret set key[=value]

Description

Set a secret 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