From d52c158181e39a09304ecde7f5723365e5d4d390 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:49:35 +0000 Subject: [PATCH] Add MCP redirect domains documentation for authenticated sites Generated-By: mintlify-agent --- ai/model-context-protocol.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 589877571..f4f65bcd0 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -60,6 +60,13 @@ View and copy your MCP server URL on the [MCP server page](https://dashboard.min Hosted MCP servers use the `/mcp` path in their URLs. Other navigation elements cannot use the `/mcp` path. +### MCP server settings for authenticated sites + +If your documentation uses [authentication](/deploy/authentication-setup), the MCP server page in your dashboard displays additional settings: + +- **Enable MCP Server**: Toggle to allow AI applications to connect to your documentation. When disabled, your MCP server is not accessible. +- **Redirect domains**: Configure allowed domains for OAuth callbacks. This setting limits OAuth authentication to trusted origins, ensuring only approved applications can complete the OAuth flow with your MCP server. + ### Rate limits To protect availability, Mintlify applies rate limits to MCP servers.