Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions src/_data/sidebars/help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ resources:
link: /mcp-servers/debug-sessions/
- label: Security
link: /mcp-servers/security/
- type: category
label: Customization options
items:
- label: Custom domains
link: /mcp-servers/customization-options/custom-domain/
- label: Specification support
items:
- label: Flower support
Expand Down
35 changes: 35 additions & 0 deletions src/_help/mcp-servers/customization-options/custom-domain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Custom domains
---

- TOC
{:toc}

Your MCP server is hosted on Bump.sh under our domain name. By default, accessing your MCP server will be possible via a URL such as `https://run.bump.sh/<organization_slug>/<server_slug>/mcp`.

To extend your brand experience to users adding your MCP server to AI tools, you can use your own domain to replace our default URL by setting up a specific CNAME record.

## Setting a CNAME record

First, you'll need to create a CNAME record pointing to `custom.run.bump.sh`, at your domain name provider.

For instance, if you want to host your MCP server under the `mcp.example.com` domain, you will create the following record:

```
mcp.example.com. 3600 IN CNAME custom.run.bump.sh.
```

> The configuration of the CNAME record can vary from one hosting provider to another. Feel free to contact your hosting provider if you have any questions at this stage.
{: .info}

Once this is done, you can set your custom domain in Bump.sh.

## Setting a custom domain in Bump.sh

From the settings of your MCP server, check the "Custom domain" box. You will then be asked to enter the URL of your custom domain, which has been configured on your end in the previous step. Confirm by selecting "Update general settings". SSL certificates are automatically issued at this step.

![Setting page of an MCP server with the custom domain option activated](/docs/images/help/mcp-servers/mcp-servers-custom-domains.png)

> It may take some time for your custom domain update to propagate. This delay is normal and is not dependent on Bump.sh or your hosting provider.
During this period, AI tools trying to connect to your MCP server may have difficulty reaching it.
{: .info}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading