接続Connect your AI
Connect Gemini CLI
Gemini CLI reads MCP servers from a settings file. Add Adako once for every project, or inside one.
Steps
- Create an Adako API key at /keys and export it as ADAKO_API_KEY.
- Open ~/.gemini/settings.json, or .gemini/settings.json inside one project.
- Add the block below and save the file.~/.gemini/settings.json
{ "mcpServers": { "adako": { "httpUrl": "https://adako.ai/mcp", "headers": { "Authorization": "Bearer ${ADAKO_API_KEY}" } } } } - Start Gemini CLI and run /mcp to confirm Adako is listed.
The repository also carries an extension manifest (clients/gemini-cli/gemini-extension.json). Both routes are untested end to end against Adako; the configuration follows the documented format.
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 Connections 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 put your seal on it there. Under direct, your confirmation in the chat is the approval.