The Doppler MCP Server allows for comprehensive management of Doppler secrets, providing functionality to:
List all accessible Doppler projects (
doppler_list_projects)List all secret names within a specific project and configuration (
doppler_list_secrets)Retrieve the value of a specific secret (
doppler_get_secret)Set or update secret values (
doppler_set_secret)Delete one or more secrets (
doppler_delete_secrets)Promote secrets from one environment to another (
doppler_promote_secrets)Create service tokens for projects/configurations (
doppler_create_service_token)Retrieve activity logs for auditing purposes (
doppler_get_activity_logs)
Provides Node.js applications with secure programmatic access to Doppler's secret management platform, allowing Node.js apps to retrieve, update, and manage secrets and environment variables stored in Doppler.