credentials_save
Persist username and password pairs for a URL pattern so start_session can retrieve them automatically, keeping secrets out of tool-call arguments.
Instructions
Save or update credentials for a URL pattern in the local credentials store.
The credentials file is never committed to git. Use this tool to persist
login/password pairs so that start_session can pick them up automatically
without exposing secrets in MCP tool-call arguments. Entries are scoped to the
current MCP account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| title | No | ||
| aliases | No | ||
| password | Yes | ||
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||