About
Overview
The Doppler MCP Server enables AI agents to manage secrets through Doppler's SecretOps platform. It provides tools for accessing project secrets, managing environments, viewing audit logs, and syncing configurations.
Capabilities
Tools & Capabilities
⚡get_secrets
Get secrets for a project and environment
⚡list_projects
List Doppler projects
⚡list_environments
List environments in a project
⚡set_secret
Set a secret value
⚡get_activity_log
View activity audit log
Setup
Installation
bash
Install
npx -y @doppler/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"doppler": {
"command": "npx",
"args": ["-y", "@doppler/mcp-server"],
"env": { "DOPPLER_TOKEN": "dp.st.your-token" }
}
}
}Quick Info
Authordoppler
LanguageTypeScript
StatusStable
Stars★ 45
Last UpdatedFeb 12, 2026