Skip to main content
Glama

MCP Server Doppler

by kayaozkur
MIT License
1
  • Apple

doppler_list_secrets

Retrieve all secret names within a specified project and config using the Doppler secret management platform, ensuring secure and organized access to sensitive data.

Instructions

List all secret names in a project/config

Input Schema

NameRequiredDescriptionDefault
configYesThe config/environment name
projectYesThe Doppler project name

Input Schema (JSON Schema)

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