接続Connect your AI
Connect Antigravity
Antigravity's app, IDE and agy CLI read one MCP configuration file. Add Adako once and it is in all three.
Steps
- In the desktop app, open Settings → Customizations and click Open MCP Config under Installed MCP Servers. In the IDE, the agent side panel has the same thing under … → MCP Servers. In the CLI, type /mcp, or open the file yourself: C:\Users\<you>\.gemini\config\mcp_config.json on Windows, /Users/<you>/.gemini/config/mcp_config.json on macOS, /home/<you>/.gemini/config/mcp_config.json on Linux.
- Add the adako entry inside "mcpServers", beside anything already there, and save the file.C:\Users\<you>\.gemini\config\mcp_config.json on Windows, /Users/<you>/.gemini/config/mcp_config.json on macOS — every project
{ "mcpServers": { "adako": { "serverUrl": "https://adako.ai/mcp" } } } - Back in Installed MCP Servers, press the refresh button. Adako appears, and clicking it starts the authorization screen in your browser.
- Adako then shows as connected with 29 tools enabled. In the CLI, /mcp lists the same thing.
Add MCP + beside it browses Google’s store; Adako is a custom server, so it goes in the config. For one project only, use .agents/mcp_config.json in that project. The key is serverUrl: url and httpUrl are the older Gemini CLI spelling. On a machine with no browser, add a headers block with a key from /keys in place of ak_live_paste_your_key_here. Gemini CLI itself stopped serving free and Pro accounts on 18 June 2026 and now runs only on paid Gemini and Gemini Enterprise API keys; if you still use it, the old block in .gemini/settings.json keeps working with httpUrl, and agy plugin import gemini brings an existing setup across.
Test it
Ask for something read-only first. This call is free and changes nothing.
first prompt
Using Adako, tell me which ad accounts are connected.You should get back what is connected, which account is active, and two or three prompts worth trying next. If nothing is connected yet, the answer says so and links to the Accounts page.
When a write comes back as a proposal
Under the inbox policy, a write returns a proposal id and a diff instead of a result. Say “approve it” in the chat, or open Approvals and approve it there. Under direct, your confirmation in the chat is the approval.