Bunnyshell MCP Server provides a bridge between Claude Desktop and the Bunnyshell platform, enabling AI assistants to manage cloud environments directly through conversation. Developed by Amin Al Ali Al Darwish, this TypeScript implementation leverages the Model Context Protocol SDK to expose Bunnyshell CLI capabilities including environment creation, component deployment, and remote development workflows. The server runs either locally or in a Docker container, authenticates via API tokens, and offers both resource templates and guided prompts that make it particularly valuable for DevOps teams looking to streamline environment management through natural language interactions.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
List all organizations available to the user.
Create a new project with a specified name in a given organization. Parameters: project_name (string), organization_id (string)
List all environments within a specified project. Parameters: project_id (string)
Start a specified environment. Parameters: environment_id (string)
Deploy a specified component. Parameters: component_id (string)
Create a new variable in a specified environment. Parameters: variable_name (string), environment_id (string)