AI Integrations
Deploy to Buddy with your favorite AI coding agents - pipelines, sandboxes, domains and logs from your terminal or editor.
Buddy's Remote MCP Server is available.
Antigravity + Buddy
Antigravity is Google's agentic development platform - an IDE, CLI and SDK that orchestrates autonomous agents powered by Gemini, planning and executing across the editor, terminal and browser. Paired with Buddy, it deploys your project, triggers and monitors pipelines, ships changes across environments, and digs through build output when something needs fixing.
Antigravity orchestrates its agents across the editor, terminal and browser, leaving a verifiable artifact behind for every step it takes. That pairs well with Buddy: the agent deploys through the CLI, then opens the endpoint Buddy returned and checks the result itself.
Quick start
1 Install the Buddy CLInpm install -g bdy
2 Log in to Buddybdy login
3 Link your projectbdy proj link
4 Install the Buddy skillnpx skills add buddy/buddy-plugin
Open the project directory in Antigravity and start the agent from the sidebar (Editor view) or the Manager view. The Buddy skill teaches it how to drive Buddy through the CLI.
Example prompts
- “Create a snake app and deploy it for me”
- “Deploy my app, set up a CDN, and buy and configure a domain with SSL”
- “Add a pipeline that runs on every change in the repository and executes my test suite”
- “Analyze the logs from the last production deployment and fix the errors”
Available commands
Connect MCP
Buddy's remote MCP server exposes over 90 tools, so Antigravity can run pipelines, manage deployments, and read logs straight through the API. Add the server to ~/.gemini/config/mcp_config.json, shared by the IDE and the CLI - remote servers use the serverUrl key:
json{ "mcpServers": { "buddy": { "serverUrl": "https://mcp.buddy.works/mcp" } } }
Point it at the endpoint closest to your workspace region - mcp.buddy.works, mcp.eu.buddy.works or mcp.asia.buddy.works - and use the ?tools= parameter to narrow the exposed tool categories.