Skip to main content

MCP Tools

Autodock allows you to spawn, connect to, and manage remote development servers by talking to your favorite agents using MCP.
Mike’s tip: When I use Autodock at Rightware, I start a server using MCP and leave it up during the day so that folks can test out features end-to-end as I hack on them in real time.

Environment Lifecycle

ToolDescription
env.launchLaunch a new environment. Returns SSH credentials and URLs.
env.listList all your environments with their status.
env.statusGet detailed status for a specific environment.
env.stopStop a running environment (can be resumed later).
env.destroyPermanently destroy an environment.

File & Command Operations

ToolDescription
env.syncGet SSH credentials for syncing files (rsync/scp).
env.runGet SSH command to execute commands remotely.

Port Exposure

ToolDescription
env.exposeExpose a port with a public HTTPS URL.
env.unexposeRemove an exposed port.
env.listExposedList all exposed ports for an environment.

Account & Billing

ToolDescription
account.infoGet your plan, usage, quota status, and upgrade URL. Includes hours remaining.