https://github.com/bunnyshell/bunnyshell-ai-marketplace
Claude Code plugin marketplace for Bunnyshell — install the Bunnyshell environments MCP server and skill in one command.
https://github.com/bunnyshell/bunnyshell-ai-marketplace
ai-tools bunnyshell claude-code claude-code-plugin claude-plugin devops ephemeral-environments mcp mcp-server
Last synced: 15 days ago
JSON representation
Claude Code plugin marketplace for Bunnyshell — install the Bunnyshell environments MCP server and skill in one command.
- Host: GitHub
- URL: https://github.com/bunnyshell/bunnyshell-ai-marketplace
- Owner: bunnyshell
- Created: 2026-05-23T21:08:03.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2026-05-23T21:28:22.000Z (23 days ago)
- Last Synced: 2026-05-23T23:20:40.793Z (23 days ago)
- Topics: ai-tools, bunnyshell, claude-code, claude-code-plugin, claude-plugin, devops, ephemeral-environments, mcp, mcp-server
- Homepage: https://www.bunnyshell.com
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bunnyshell Marketplace for Claude Code
A Claude Code [plugin marketplace](https://docs.anthropic.com/en/docs/claude-code/plugins) listing Bunnyshell tools.
## Add the marketplace
```
/plugin marketplace add bunnyshell/bunnyshell-ai-marketplace
```
## Available plugins
| Plugin | What it does | Best for |
| --- | --- | --- |
| **[bunnyshell-environments-mcp](./plugins/bunnyshell-environments-mcp)** | Connects Claude Code to the hosted Bunnyshell MCP server over HTTP. OAuth on first use. | Teams who want zero local setup — Claude talks to Bunnyshell directly. |
| **bunnyshell-environments-skill** ([source](https://github.com/bunnyshell/bunnyshell-environments-skill)) | Skill that drives the local `bns` CLI to manage environments. | Users who already have `bns` configured and want local CLI execution. |
Install whichever fits — or both:
```
/plugin install bunnyshell-environments-mcp@bunnyshell
/plugin install bunnyshell-environments-skill@bunnyshell
```
## What is Bunnyshell?
[Bunnyshell](https://www.bunnyshell.com) creates on-demand cloud environments for development, testing, and preview workflows. These plugins let Claude Code drive that platform — list environments, deploy services, manage components, tail logs, author `bunnyshell.yaml` files — without leaving your editor.
## How this marketplace is wired
- **bunnyshell-environments-mcp** lives in this repo at [`plugins/bunnyshell-environments-mcp/`](./plugins/bunnyshell-environments-mcp). It is a thin manifest — `.mcp.json` points at the hosted MCP server at `https://mcp.environments.bunnyshell.com/mcp`. Update the URL or transport here.
- **bunnyshell-environments-skill** is sourced directly from [bunnyshell/bunnyshell-environments-skill](https://github.com/bunnyshell/bunnyshell-environments-skill) via a `github` source in [`.claude-plugin/marketplace.json`](./.claude-plugin/marketplace.json). Update the skill in that repo; the marketplace picks up the latest tagged version automatically.
## Upstream sources
- MCP server: https://gitlab.com/bunnyshell-neo/neo-mcp-server (private)
- Skill: https://github.com/bunnyshell/bunnyshell-environments-skill
## License
MIT