Skip to content
Vinkius

Doppler Connector for AI agents.

12 live capabilities

Manage environment variables and secrets through natural conversation.

Live agent request Doppler / Connector

Waiting for input…

AI Agent

Why people use Doppler

Doppler for Solving Manual Secret Hunting

This Connector puts that data right where you work. You just ask your AI agent for the key or ask it to update a set of environment variables. It handles the navigation for you, so you stay in your flow and get the data you need instantly.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get a conversational interface for managing your entire secrets infrastructure.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 5,900+ Connectors

  1. Real-world use case 01

    Checking a production key

    A developer needs a DB URL for a hotfix.

  2. Real-world use case 02

    Auditing a breach

    A security pro wants to know who accessed a key.

  3. Real-world use case 03

    Updating keys

    A team rotates API keys.

Complete set · 12capabilities

The complete Doppler capability set.

These are the exact actions your AI can choose when you ask it to work with Doppler.

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 12 available through Doppler.

  1. 01 Capability

    Get config

    Get specific details about a Doppler config, including its name and locked status. This helps you verify your deployment environment settings.

  2. 02 Capability

    Get account

    Check your current account details and token permissions. Use this to ensure your connection is active and properly scoped.

  3. 03 Capability

    Change secrets

    Add or update multiple secrets in a config using a JSON mapping. This makes rotating keys much faster than doing them one by one.

  4. 04 Capability

    Delete secrets

    Remove specific secrets from a config when they are no longer needed. This helps keep your environment clean and secure.

Capability set02 / 03

05—08

4 capabilities in this set.

Part of 12 available through Doppler.

  1. 05 Capability

    Get project

    Pull specific information about a project using its slug. It's a quick way to see project-level metadata.

  2. 06 Capability

    Get secret

    Retrieve a specific secret value along with any parent environment fallbacks. This ensures you get the correct resolved value.

  3. 07 Capability

    List activity logs

    View a history of who performed what action and when for security auditing. It's perfect for compliance checks.

  4. 08 Capability

    List configs

    See all deployment environments like development or production for a specific project. This gives you a full view of your configs.

Capability set03 / 03

09—12

4 capabilities in this set.

Part of 12 available through Doppler.

  1. 09 Capability

    List environments

    Browse the different environment types available in your Doppler account. Use this to understand your available deployment tiers.

  2. 10 Capability

    List projects

    Get a list of all projects, including their descriptions and creation dates. This helps you navigate large organizations.

  3. 11 Capability

    List secrets

    See all secret names and their resolved values for a specific config. This provides a complete overview of your environment keys.

  4. 12 Capability

    List workspaces

    View all organizational workspaces in your Doppler account. It's the fastest way to see your top-level structure.

Set up in minutes

One URL. Then ask Doppler to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Doppler from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Doppler, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Doppler for the conversation.

Where the request belongs

Work Doppler can move forward.

Built around the request

The dev who's tired of clicking through dashboards at 2am to find a production key, the ops engineer auditing logs for compliance, and the security pro tracking secret access.

01

DevOps Engineer

Verifies environment variables across staging and production during a deployment to ensure everything is synced.

02

Backend Developer

Quickly grabs an API key for a local test without leaving their IDE or opening a browser.

03

Security Auditor

Checks who modified a production database URL last week to maintain a clear audit trail.

Bring your own AI

Change the model, client or framework. Keep Doppler connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Doppler.

The practical details behind the request, access and result.

Can I use the Doppler MCP to see my production secrets?

Yes, the Connector can retrieve resolved secret values for any config. This allows your AI agent to show you the actual keys you need for your production environment.

How does the Doppler MCP help with security?

It makes auditing much faster. You can ask your agent to pull activity logs to see exactly who modified which secrets, providing a clear audit trail without manual log searching.

Can I update multiple secrets at once with the Doppler MCP?

Yes, you can provide a list of keys and values to your AI agent. It will use the change_secrets capability to update all of them in a single operation.

Is my Doppler token safe to use with this Connector?

The Connector uses the token you provide to interact with your account on your behalf. It is handled securely within the Connector framework and is not shared with other services.

Does the Doppler MCP work with Cursor or VS Code?

Yes, it works with any MCP-compatible client, including Cursor, Windsurf, and Claude. You just need to connect it through the Vinkius catalog.

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 capability 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 capability 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.

One connection away

Give your agent a direct line to Doppler.

Connect Doppler once. Keep it beside 5,900+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available