Skip to main content
Glama

MCP Server Doppler

by kayaozkur
MIT License
1
  • Apple

doppler_set_secret

Set or update secret values in Doppler for a specified project and environment using the MCP Server Doppler. Automates secure secret management for configurations.

Instructions

Set or update a secret value

Input Schema

NameRequiredDescriptionDefault
configYesThe config/environment name
nameYesThe secret name
projectYesThe Doppler project name
valueYesThe secret value

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "The config/environment name", "type": "string" }, "name": { "description": "The secret name", "type": "string" }, "project": { "description": "The Doppler project name", "type": "string" }, "value": { "description": "The secret value", "type": "string" } }, "required": [ "project", "config", "name", "value" ], "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