Skip to main content
Glama

MCP Server Doppler

by kayaozkur
MIT License
1
  • Apple

doppler_get_secret

Retrieve a specific secret value from Doppler's secret management platform by specifying the project, config, and secret name for secure access.

Instructions

Get a specific secret value

Input Schema

NameRequiredDescriptionDefault
configYesThe config/environment name
nameYesThe secret name to retrieve
projectYesThe Doppler project name

Input Schema (JSON Schema)

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