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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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)