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.