Doppler Connector for AI agents.
12 live capabilities
Manage environment variables and secrets through natural conversation.
Waiting for input…
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.
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
- Real-world use case 01
Checking a production key
A developer needs a DB URL for a hotfix.
- Real-world use case 02
Auditing a breach
A security pro wants to know who accessed a key.
- 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.
01—04
4 capabilities in this set.
Part of 12 available through Doppler.
- 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.
- 02 Capability
Get account
Check your current account details and token permissions. Use this to ensure your connection is active and properly scoped.
- 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.
- 04 Capability
Delete secrets
Remove specific secrets from a config when they are no longer needed. This helps keep your environment clean and secure.
05—08
4 capabilities in this set.
Part of 12 available through Doppler.
- 05 Capability
Get project
Pull specific information about a project using its slug. It's a quick way to see project-level metadata.
- 06 Capability
Get secret
Retrieve a specific secret value along with any parent environment fallbacks. This ensures you get the correct resolved value.
- 07 Capability
List activity logs
View a history of who performed what action and when for security auditing. It's perfect for compliance checks.
- 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.
09—12
4 capabilities in this set.
Part of 12 available through Doppler.
- 09 Capability
List environments
Browse the different environment types available in your Doppler account. Use this to understand your available deployment tiers.
- 10 Capability
List projects
Get a list of all projects, including their descriptions and creation dates. This helps you navigate large organizations.
- 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.
- 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 previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Doppler, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Doppler for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Doppler URL.
- Step 03
Save and start
Save the connection and enable Doppler in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"doppler": {
"url": "https://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Doppler
Open Agent mode in chat and ask: "Using Doppler, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"doppler": {
"url": "https://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Doppler
Ask Copilot: "Using Doppler, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"doppler": {
"url": "https://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Doppler
Open Cascade and ask: "Using Doppler, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"doppler": {
"url": "https://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Doppler
Ask Cline: "Using Doppler, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add doppler --transport http "https://edge.vinkius.com/vk_preview_vo7jrnUQTRhfeTB2n8hMYKtG5HHsAGAZ6dWipPhZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Doppler
Ask Claude: "Using Doppler, show me...". 12 tools are ready
Where the request belongs
Work Doppler can move forward.
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.
DevOps Engineer
Verifies environment variables across staging and production during a deployment to ensure everything is synced.
Backend Developer
Quickly grabs an API key for a local test without leaving their IDE or opening a browser.
Security Auditor
Checks who modified a production database URL last week to maintain a clear audit trail.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsInfisical
Manage secrets infrastructure via AI. list, create, update, and audit secrets across environments with end-to-end encryption.
HashiCorp Vault
Securely manage secrets, tokens, and encryption keys via HashiCorp Vault. read KV secrets, generate dynamic credentials, and monitor system health.
Authing
Cloud-native identity and access management platform. manage users, roles, and security logs via AI.
Environment Variable Usage Auditor
Cross-references environment variable usage against declaration files to find missing or unused keys.
Vibrato
Manage secrets and environment variables securely across your development and deployment pipeline with encrypted vaults.
Railway
Manage cloud deployments via Railway. list projects, inspect services, track deployments and manage variables and volumes from any AI agent.
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