> For the complete documentation index, see [llms.txt](https://docs.adaptria.locaria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptria.locaria.com/mcp-server/connect-remote.md).

# Connect (remote / OAuth)

The remote mode connects your MCP client to the hosted Adaptria server over Streamable HTTP using OAuth 2.0 with PKCE. You log in with your Locaria account in the browser, so there is no API key to generate, copy, or manage.

## Add the server

Add the following entry to your MCP client's configuration file:

```json
{
  "mcpServers": {
    "adaptria": {
      "url": "https://mcp.adaptria.locaria.com/mcp"
    }
  }
}
```

That single `url` line is all you need. When you first connect, your client opens a browser window to log into your Locaria account. After login the server is ready to use and the session is maintained automatically.

> **OAuth client ID** If your client asks for an OAuth `client_id` during setup, paste: `QoXQHhHizxzTaOTp4VmDlRNSYc4FYYP6`

## Supported clients

| Client                                    | Minimum version | Configuration location                     |
| ----------------------------------------- | --------------- | ------------------------------------------ |
| **Claude Desktop**                        | 0.7             | Settings → Developer → Edit Config         |
| **Cursor**                                | 0.43            | `.cursor/mcp.json` (global or per-project) |
| **Claude.ai (web)**                       | n/a             | Paste the URL into the Connectors UI       |
| Any MCP 2025-06-18 Streamable HTTP client | n/a             | Per-client docs                            |

If your client is older or does not support remote MCP, use an MCP client that supports remote servers over Streamable HTTP.
