Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ai/model-context-protocol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Note>

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