Skip to content

Commit fd98ce4

Browse files
irvinebroqueRebeccaTamachiro
authored andcommitted
Re-add Deploy to Workers button to remote MCP docs (#21027)
* Revert "Remove Deploy to Workers button from remote MCP docs (#21011)" This reverts commit 24464d3. * Update src/content/docs/agents/guides/remote-mcp-server.mdx
1 parent 9bbb296 commit fd98ce4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/docs/agents/guides/remote-mcp-server.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ import { Details, Render, PackageManagers } from "~/components";
1111

1212
This guide will walk you through how to deploy an [example MCP server](https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server) to your Cloudflare account. You will then customize this example to suit your needs.
1313

14-
To get started, run the following command to create a new MCP server:
14+
The link below will guide you through everything you need to do to deploy this [example MCP server](https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server) to your Cloudflare account:
15+
16+
[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server)
17+
18+
At the end of this process, you will have a new git repository on your GitHub or GitLab account for your MCP server, configured to automatically deploy Cloudflare each time you push a change or merge a pull request to the main branch of the repository. You can then clone this repository, [develop locally](/agents/guides/remote-mcp-server/#local-development), and start writing code and building.
19+
20+
Alternatively, you can use the command line as shown below to create a new MCP Server on your local machine.
1521

1622
<PackageManagers
1723
type="create"

0 commit comments

Comments
 (0)