Loop your agents into environment management, and give them access/context to run tests, tail environment logs, start/stop environments, and debug remote issues.
Server Config
{
"mcpServers": {
"shipyard": {
"command": "shipyard",
"args": [
"mcp",
"serve"
],
"env": {
"SHIPYARD_API_TOKEN": "your-api-token",
"SHIPYARD_ORG": "your-org"
}
}
}
}