A tool to manage Ephemeral Environments on the Shipyard platform.
Shipyard Cli MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A tool to manage Ephemeral Environments on the Shipyard platform.
Once Shipyard Cli is connected, these are the calls the assistant has available:
get_environments — List environments with filteringget_environment — Get specific environment detailsstop_environment — Stop a running environmentrestart_environment — Restart a stopped environmentrebuild_environment — Rebuild with latest commitcancel_environment — Cancel environment's latest buildrevive_environment — Revive a deleted environmentget_services — List services in an environmentget_logs — Get logs from a serviceget_volumes — List volumes in an environmentreset_volume — Reset volume to initial stateget_snapshots — List volume snapshotsYou will need one environment variable: SHIPYARD_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Shipyard Cli's toolset — get_environments, get_environment, stop_environment and 11 more — is a fair guide to whether it matches your workflow. It is maintained by shipyard; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Shipyard Cli's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_environments | List environments with filtering |
| get_environment | Get specific environment details |
| stop_environment | Stop a running environment |
| restart_environment | Restart a stopped environment |
| rebuild_environment | Rebuild with latest commit |
| cancel_environment | Cancel environment's latest build |
| revive_environment | Revive a deleted environment |
| get_services | List services in an environment |
| get_logs | Get logs from a service |
| get_volumes | List volumes in an environment |
| reset_volume | Reset volume to initial state |
| get_snapshots | List volume snapshots |
| create_snapshot | Create volume snapshot |
| load_snapshot | Load volume snapshot |
| Variable | Description | Required |
|---|---|---|
| SHIPYARD_API_TOKEN | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.