Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
DOPPLER_TOKEN | Yes | Your Doppler API token | |
DOPPLER_ENABLE_INTELLIGENCE | No | Enable AI-powered intelligence features | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
doppler_list_projects | List all Doppler projects |
doppler_list_secrets | List all secret names in a project/config |
doppler_get_secret | Get a specific secret value |
doppler_set_secret | Set or update a secret value |
doppler_delete_secrets | Delete one or more secrets |
doppler_promote_secrets | Promote secrets from one environment to another |
doppler_create_service_token | Create a service token for a project/config |
doppler_get_activity_logs | Get activity logs for auditing |