Shipyard
The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments..
Ads
Overview
A tool to manage Ephemeral Environments on the Shipyard platform. - Linux and macOS curl https://www.shipyard.sh/install.sh | bash - Windows Navigate to the releases page and download the executable for Windows. - Homebrew brew tap shipyard/tap brew install shipyard Run shipyard login to initialize the CLI. This will prompt you to log in to Shipyard in the browser. The CLI will then save your API token in a local config. You're ready to start running commands. Set your Shipyard API token as the value of the SHIPYARD_API_TOKEN environment variable.
Installation
claude mcp add shipyard --env SHIPYARD_API_TOKEN=your-token-here --env SHIPYARD_ORG=your-org-name -- shipyard mcp serve
Configuration
Configuration example is not available yet.
Capabilities
- List environments with filters
Ask your assistant to find environments by branch, repo, or PR using `get_environments`.
- Inspect an environment
Retrieve full details and service/port information for a specific environment with `get_environment` and `get_services`.
- Control environment lifecycle
Stop, restart, rebuild, cancel a build, or revive a deleted environment via `stop_environment`, `restart_environment`, `rebuild_environment`, `cancel_environment`, or `revive_environment`.
- Manage volumes and snapshots
List, reset, snapshot, and load volume snapshots using `get_volumes`, `reset_volume`, `get_snapshots`, `create_snapshot`, and `load_snapshot`.
- Fetch service logs
Retrieve logs from a running environment’s service with `get_logs`.
- Switch organizations
List available orgs and set the active one via `get_orgs` and `set_org`.
Tags
- development
- devops
- testing-qa
- deployment
- cloud-infrastructure
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.