> ## 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.

# BoltAI

> Connect Seamless MCP in BoltAI.

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

Add to `~/.boltai/mcp.json` or use **Settings > Plugins** in the UI. See the BoltAI [documentation](https://boltai.com/docs/plugins/mcp-servers).

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

See [Authentication](/mcp/authentication).
