Give Claude and any AI agent real-world access
Ask an AI about this
Waiting for input…
What AI agents can do with
Make your AI actually useful.
Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.
Start using Doppler MCPChange Secrets
Provide project_slug, config_name and a JSON object mapping secret names to values. For example...
Delete Secrets
Provide project_slug, config_name and comma-separated secret names. WARNING: deleted...
Get Config
Returns config name, project, root status, associated environment template, creation...
Get Account
Returns account email, name, and token metadata (type, scope, permissions). Use this...
Get Project
Provide the project slug (e.g. "my-api-project") and optionally the workspace...
Get Secret
Returns the secret name and its resolved value with fallbacks from parent environments applied. Get a specific secret value from a Doppler...
List Activity Logs
Each entry shows who performed what action, when and the affected config. Optionally filter by config_name. Useful for security auditing...
List Configs
Each config represents a deployment environment (development, staging, production)...
List Environments
g. development, staging, production, preview). Returns environment name, slug and...
List Projects
Optionally filter by workspace slug. Each project contains configs (environments)...
List Secrets
Returns each secret's name, computed value (with environment fallbacks applied)...
List Workspaces
A workspace is the top-level organizational unit in Doppler that groups projects. Returns workspace name, slug and creation date. List all...
Security and governance baked right in.
Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on each call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Doppler, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 5,200+ others, all in one place
- Add new capabilities to your AI anytime you want
- Connections are secured and governed automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog weekly
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Doppler. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS CLOUD
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on each call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Frequently asked questions about Doppler MCP
How do I create a Doppler Service Token? +
Log in to the Doppler Dashboard, select your project, go to Settings > Tokens and click Generate Token. Choose the scope (project + config/environment), set the access level (Read or Read+Write) and copy the token immediately — it won't be shown again.
Can I update multiple secrets at once? +
Yes! Use the change_secrets tool with a JSON object mapping names to values, e.g. {"DATABASE_URL":"postgres://new-host","API_KEY":"sk-new"}. This creates or updates all specified secrets in a single atomic operation.
What is the difference between a Personal Token and a Service Token? +
A Personal Token is scoped to your user account and can access all workspaces and projects you have permission for. A Service Token is scoped to a specific project and config, with either read-only or read+write access. Service tokens are recommended for CI/CD and automated integrations, while personal tokens are better for development and admin tasks.
Can I view the activity history for a project? +
Yes! Use the list_activity_logs tool with the project_slug to see all audit events (secret reads, writes, config changes, user additions). Optionally filter by config_name to see activity for a specific environment only. Each log entry shows who performed the action, when, and what was affected.