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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieve a list of all organizations associated with the user's account.
Create a new project in the specified organization. Parameters: project_name (string), organization_id (string).
Fetch and display all environments associated with the specified project. Parameters: project_id (string).
Start the specified environment. Parameters: environment_id (string).
Deploy the specified component. Parameters: component_id (string).
Create a new environment variable in the specified environment. Parameters: variable_name (string), environment_id (string).