AI agents & MCP

Gantry is built to be driven by agents — it ships a Model Context Protocol server and macOS App Intents.

The MCP server

Gantry bundles a gantry-mcp binary. Register it with Claude in one command:

Add the Gantry MCP server
claude mcp add gantry -- /Applications/Gantry.app/Contents/Resources/gantry-mcp

The agent can then list hosts and containers, read logs, run commands and operate the fleet through Gantry's tools.

Copy as Prompt

On any container, Copy as Prompt (⌥⌘P) puts a paste-ready prompt on your clipboard: the host and how to reach it, the MCP host_id and the tools to call, the container's current state, and a task matched to the symptom. An unhealthy container asks the agent to fix the failing health check; a crash-looping one, to find the crash. Paste it into Claude Code and let it dig in.

Shortcuts & Spotlight

Gantry exposes App Intents, so you can build Shortcuts and trigger common actions from Siri and Spotlight. See Settings → Agents for examples.