Keychain
Securely store and retrieve credentials from OS keychain.
zero-config4 tools
Works immediately. Uses OS-native secure storage.
Store API keys, tokens, and secrets securely in the operating system's keychain (macOS Keychain, Windows Credential Manager, or Linux libsecret). Essential for plugin credentials.
Setup
terminal
Zero-config. Uses system keychain. Run with appropriate permissions.Install
Built-in — no installation needed. Works immediately.
Tools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
keychain_get | Retrieve a secret | service, account | — |
keychain_set | Store a secret | service, account, password | required |
keychain_delete | Delete a secret | service, account | required |
keychain_list | List stored credentials | service? | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Get my GitHub token”
keychain_get“Store a new API key”
keychain_set