diff --git a/src/_product-updates/2026-07-06-mcp-servers-custom-oauth-custom-domain.md b/src/_product-updates/2026-07-06-mcp-servers-custom-oauth-custom-domain.md new file mode 100644 index 00000000..74456ed7 --- /dev/null +++ b/src/_product-updates/2026-07-06-mcp-servers-custom-oauth-custom-domain.md @@ -0,0 +1,23 @@ +--- +title: Custom OAuth server and custom domain for your MCP servers +tags: [New] +--- + +Our last release add two new ways to make your MCP server integrate more deeply into your ecosystem. + +## Bring your own OAuth server + +Private MCP servers no longer require a Bump.sh account for your users. If you already run your own identity provider (Okta, Auth0, Keycloak, etc.), you can delegate authentication to it instead: your users sign in the way they already do, and get access to your MCP server without ever touching Bump.sh. + +Just provide your OAuth authorization server URL in your MCP server settings, we'll handle the redirect. Learn more in the [help center](/help/mcp-servers/access-management/#private-mcp-servers-using-your-own-oauth-server). + +![MCP server settings - Custom domain field.png](/docs/images/changelog/mcp-servers-custom-oauth.png) + +## Custom domain + +Your MCP server URL can now live under your own domain, as you do for your API docs. Simply set up a CNAME record and add the custom domain in your MCP server settings. More about it in the [help center](/help/mcp-servers/customization-options/custom-domain/). + +![MCP server settings - Custom OAuth field.png](/docs/images/changelog/mcp-servers-custom-domains.png) + +The MCP Platform is now out of beta and available on all plans. Go to your dashboard to give it a try! +Any questions or feedback? Reach out at [hello@bump.sh](mailto:hello@bump.sh). \ No newline at end of file diff --git a/src/docs/images/changelog/mcp-servers-custom-domains.png b/src/docs/images/changelog/mcp-servers-custom-domains.png new file mode 100644 index 00000000..9131e8d9 Binary files /dev/null and b/src/docs/images/changelog/mcp-servers-custom-domains.png differ diff --git a/src/docs/images/changelog/mcp-servers-custom-oauth.png b/src/docs/images/changelog/mcp-servers-custom-oauth.png new file mode 100644 index 00000000..28886743 Binary files /dev/null and b/src/docs/images/changelog/mcp-servers-custom-oauth.png differ