Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
1
  • Linux
  • Apple
development.md787 B
# Development Guide for mcp-cldkctl > **Security Note:** Never commit your real tokens or secrets to the repository. All authentication is handled via environment variables or user input. Example tokens in this documentation are placeholders only. ## Setting Up for Development 1. Clone the repository: ```sh git clone https://github.com/cloudeka/mcp-cldkctl.git cd mcp-cldkctl ``` 2. Install dependencies: ```sh pip install -e .[dev] ``` ## Code Style - Follows Black and isort formatting. - Type checking with mypy. ## Contributing - Please open issues or pull requests for any changes or suggestions. --- **Before pushing to GitHub, always check your .gitignore to ensure no secrets, cache files, or local config are tracked.**

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