Skip to main content
Glama

MCP Server Doppler

by kayaozkur
MIT License
1
  • Apple

doppler_promote_secrets

Transfer secrets between environments in a Doppler project, specifying source and target configurations while optionally excluding specific keys.

Instructions

Promote secrets from one environment to another

Input Schema

NameRequiredDescriptionDefault
excludeKeysNoKeys to exclude from promotion
projectYesThe Doppler project name
sourceConfigYesSource config/environment
targetConfigYesTarget config/environment

Input Schema (JSON Schema)

{ "properties": { "excludeKeys": { "description": "Keys to exclude from promotion", "items": { "type": "string" }, "type": "array" }, "project": { "description": "The Doppler project name", "type": "string" }, "sourceConfig": { "description": "Source config/environment", "type": "string" }, "targetConfig": { "description": "Target config/environment", "type": "string" } }, "required": [ "project", "sourceConfig", "targetConfig" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kayaozkur/mcp-server-doppler'

If you have feedback or need assistance with the MCP directory API, please join our Discord server