Skip to main content
Glama

MCP Server Doppler

by kayaozkur
MIT License
1
  • Apple

doppler_create_service_token

Generate a service token for Doppler projects to manage access levels (read or read/write) in specific configurations, ensuring secure API integration and secret management.

Instructions

Create a service token for a project/config

Input Schema

NameRequiredDescriptionDefault
accessNoToken access level
configYesThe config/environment name
nameYesToken name
projectYesThe Doppler project name

Input Schema (JSON Schema)

{ "properties": { "access": { "description": "Token access level", "enum": [ "read", "read/write" ], "type": "string" }, "config": { "description": "The config/environment name", "type": "string" }, "name": { "description": "Token name", "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