Skip to main content
Glama

MCP Server Doppler

by kayaozkur
MIT License
1
  • Apple

doppler_delete_secrets

Remove one or more secrets from a specific project and configuration in Doppler's secret management platform using the MCP Server Doppler tool.

Instructions

Delete one or more secrets

Input Schema

NameRequiredDescriptionDefault
configYesThe config/environment name
projectYesThe Doppler project name
secretsYesArray of secret names to delete

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "The config/environment name", "type": "string" }, "project": { "description": "The Doppler project name", "type": "string" }, "secrets": { "description": "Array of secret names to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "project", "config", "secrets" ], "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