authenticate
Collect and store server secrets in macOS Keychain, infer auth schema if missing, and refresh session. Optionally overwrite stored secrets with force.
Instructions
Authenticate a server by collecting and storing its required secrets in macOS Keychain. If the server has no auth schema, asks Claude to infer it. Uses MCP elicitation so secrets never enter the assistant's context. After storing, the server session is refreshed automatically. Set force=true to re-collect and overwrite secrets that are already stored (e.g. rotated or expired keys).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Re-collect and overwrite already-stored secrets (e.g. expired keys). | |
| server | Yes | Server name to authenticate |