接続Connect your AI
Connect Claude Code
One command in the terminal. Use OAuth on a workstation and an API key anywhere without a browser.
The URL
Adako is one endpoint. Every client below needs the same address.
https://adako.ai/mcp
Steps
- Run the add command in any project (or with --scope user to make it global).
- Run /mcp inside Claude Code and finish the browser sign-in.
- Ask for something read-only first.
OAuth sign-in
claude mcp add --transport http adako https://adako.ai/mcpAPI key instead of OAuth
claude mcp add --transport http adako https://adako.ai/mcp --header "Authorization: Bearer ak_live_…"Use an API key for headless environments (CI, servers). Create one at /keys.
Test it
Ask for something read-only first. This call is free and changes nothing.
first prompt
Call start_here and tell me what is 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.