Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

auth

Authenticate using a cldkctl token to generate JWT access, with optional staging environment fallback for secure access to MCP cldkctl Server functionality.

Instructions

Authenticate with a cldkctl token to get JWT access

Input Schema

NameRequiredDescriptionDefault
force_stagingNoForce using staging environment (default: false, will auto-fallback if production fails)
tokenYesYour cldkctl token (starts with 'cldkctl_')

Input Schema (JSON Schema)

{ "properties": { "force_staging": { "description": "Force using staging environment (default: false, will auto-fallback if production fails)", "type": "boolean" }, "token": { "description": "Your cldkctl token (starts with 'cldkctl_')", "type": "string" } }, "required": [ "token" ], "type": "object" }
Install Server

Other Tools from MCP cldkctl Server

Related Tools

    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/raffelprama/mcp-cldkctl'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server