> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini CLI

> Connect Seamless MCP in Gemini CLI.

<Note>
  MCP access must be enabled on your account. See [Access control](/mcp/access-control).
</Note>

Add to the `mcpServers` object in `settings.json`. See the Gemini CLI [documentation](https://google-gemini.github.io/gemini-cli/docs/tools/mcp-server.html).

```json theme={null}
{
  "mcpServers": {
    "seamless": {
      "httpUrl": "https://mcp.seamless.ai/mcp"
    }
  }
}
```

Gemini CLI supports OAuth discovery and opens a browser to complete login. See [Authentication](/mcp/authentication).
