diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 589877571..82eb6672f 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -60,6 +60,26 @@ 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 servers with authenticated documentation + +If your documentation uses [authentication](/deploy/authentication-setup), you can manage additional MCP server settings from the dashboard. + +#### Enable or disable MCP server + +For authenticated documentation, you can toggle your MCP server on or off from the [MCP server page](https://dashboard.mintlify.com/products/mcp). When disabled, AI applications cannot connect to your documentation via MCP. + +#### Redirect domains + +When your documentation uses OAuth authentication, you can specify allowed redirect domains for OAuth callbacks. This limits OAuth callbacks to trusted origins, enhancing security for your MCP server. + +To configure redirect domains: + +1. Navigate to the [MCP server page](https://dashboard.mintlify.com/products/mcp) in your dashboard. +2. In the **Redirect domains** section, enter a hostname (for example, `example.com`). +3. Click **Add domain** to add it to the allowed list. + +Only domains in this list can receive OAuth callbacks from your MCP server. + ### Rate limits To protect availability, Mintlify applies rate limits to MCP servers.