Runner
The Autodock runner catches the hardest server-side bugs in realtime. It listens to many different signals coming in and out of a server, including HTTP traffic, Docker logs, and database connections, and makes them available to coding agents. It is available as an MCP server that starts automatically on all Autodock dev boxes.Commands Available Inside Your Environment
Once you’re SSH’d into your Autodock environment, these commands are available:| Command | Description |
|---|---|
autodock mcp [provider] | Get MCP connection instructions (claude-code, vscode, cursor, cline) |
autodock ide [editor] | Get IDE connection instructions (vscode, cursor, jetbrains) |
autodock port expose | Expose a port from inside the environment |
autodock port list | List exposed ports |
autodock port unexpose | Remove an exposed port |
autodock urls | Show environment URLs |
autodock lifecycle bye | Disconnect or terminate the environment |
autodock version | Show version |
Built-in MCP Server
Every Autodock environment runs an MCP server on port 8080 that gives AI tools direct access to:- File system operations
- Command execution
- HTTP traffic logs
- Docker container logs
- Database connection logs
