接続Connect your AI
Connect Cursor
Cursor reads MCP servers from a JSON file. Put Adako in the project, or in your home directory for every project.
The URL
Adako is one endpoint. Every client below needs the same address.
https://adako.ai/mcp
Steps
- Create .cursor/mcp.json in the project root (or ~/.cursor/mcp.json for every project).
- Paste the configuration below.
- Open Cursor Settings → MCP and sign in when prompted.
.cursor/mcp.json
{
"mcpServers": {
"adako": {
"url": "https://adako.ai/mcp"
}
}
}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.