Doppler for your agents.
Connect Doppler once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Doppler.
What agents can do with Doppler
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
doppler_list_projectsCheck the token: list all projects in the workplace.
doppler_get_projectGet details of a specific project by name.
doppler_list_configsList environments/configs for a project.
doppler_get_secretsGet all secrets for a project config. Returns key-value pairs.
doppler_list_activitiesList recent audit activities for a project config.
doppler_create_projectCreate a new project.
doppler_create_configCreate a new config/environment in a project.
doppler_delete_configDelete a config/environment from a project.
doppler_update_secretsUpdate secrets for a config. Supply an object of key-value pairs to set.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Doppler Dashboard, go to Settings > Service Tokens.
- Click 'Create Service Token', name it, assign scopes, and copy the token.
- Paste the token (starts with Dp_sk_...).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Doppler to Even: call connect_begin("doppler") on the even-connect MCP and walk me through it.
Retrieve Doppler secrets for different environments and list configuration changes.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.