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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Lists all organizations associated with the user's account.
Creates a new project with the specified name in the given organization. Parameters: project name (string), organization ID (string)
Lists all environments within the specified project. Parameters: project ID (string)
Starts the specified environment. Parameters: environment ID (string)
Deploys the specified component. Parameters: component ID (string)
Creates a new variable in the specified environment. Parameters: variable name (string), environment ID (string)