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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Dopplerget the API key from production config in my-project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.