configure_credentials
Set ServiceNow, Jira, or Salesforce credentials for the current session when a .env file is unavailable, such as in web Claude Code. Credentials are held in memory and cleared when the session ends.
Instructions
Set credentials for this session when running in web Claude Code or any context where a .env file is not present on the server.
WHEN TO CALL THIS:
Web Claude Code (claude.ai/code): the server is deployed remotely and has no access to the user's .env. Call this once at the start of the session.
CLI: only needed if the user wants to override their .env for this session.
SECURITY: credentials are held in memory for this session only and are never logged, stored to disk, or returned in any tool response. They are cleared when the session ends.
Only provide credentials for the platforms you actually need. After calling this, call get_config to confirm the platforms are now configured, then call connect to verify the live connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| servicenow | No | ServiceNow credentials | |
| jira | No | Jira credentials | |
| salesforce | No | Salesforce credentials |