Skip to content

Commit ce36262

Browse files
committed
Local port changed from 8787 to 8788
1 parent c4fe586 commit ce36262

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The button below will guide you through everything you need to do to deploy this
2020

2121
[![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-authless)
2222

23-
Once deployed, this server will be live at your workers.dev subdomain (e.g. remote-mcp-server-authless.your-account.workers.dev/sse). You can connect to it immediately using the [AI Playground](https://playground.ai.cloudflare.com/) (a remote MCP client), [MCP inspector](https://github.com/modelcontextprotocol/inspector) or [other MCP clients](/agents/guides/remote-mcp-server/#connect-your-remote-mcp-server-to-claude-and-other-mcp-clients-via-a-local-proxy). Then, once you're ready, you can customize the MCP server and add your own [tools](/agents/model-context-protocol/tools/).
23+
Once deployed, this server will be live at your workers.dev subdomain (e.g. remote-mcp-server-authless.your-account.workers.dev/sse). You can connect to it immediately using the [AI Playground](https://playground.ai.cloudflare.com/) (a remote MCP client), [MCP inspector](https://github.com/modelcontextprotocol/inspector) or [other MCP clients](/agents/guides/remote-mcp-server/#connect-your-remote-mcp-server-to-claude-and-other-mcp-clients-via-a-local-proxy). Then, once you're ready, you can customize the MCP server and add your own [tools](/agents/model-context-protocol/tools/).
2424

2525
If you're using the "Deploy to Cloudflare" button, a new git repository will be set up on your GitHub or GitLab account for your MCP server, configured to automatically deploy to 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.
2626

@@ -48,7 +48,7 @@ In the directory of your new project, run the following command to start the dev
4848
npm start
4949
```
5050

51-
Your MCP server is now running on `http://localhost:8787/sse`.
51+
Your MCP server is now running on `http://localhost:8788/sse`.
5252

5353
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
5454

@@ -62,7 +62,7 @@ Open the MCP inspector in your web browser:
6262
open http://localhost:5173
6363
```
6464

65-
In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, and click **Connect**. You should see the "List Tools" button, which will list the tools that your MCP server exposes.
65+
In the inspector, enter the URL of your MCP server, `http://localhost:8788/sse`, and click **Connect**. You should see the "List Tools" button, which will list the tools that your MCP server exposes.
6666

6767
![MCP inspector — authenticated](~/assets/images/agents/mcp-inspector-authenticated.png)
6868

@@ -182,7 +182,7 @@ Run the following command to start the development server:
182182
npm start
183183
```
184184

185-
Your MCP server is now running on `http://localhost:8787/sse`.
185+
Your MCP server is now running on `http://localhost:8788/sse`.
186186

187187
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
188188

@@ -196,7 +196,7 @@ Open the MCP inspector in your web browser:
196196
open http://localhost:5173
197197
```
198198

199-
In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, and click **Connect**:
199+
In the inspector, enter the URL of your MCP server, `http://localhost:8788/sse`, and click **Connect**:
200200

201201
You should be redirected to a GitHub login or authorization page. After authorizing the MCP Client (the inspector) access to your GitHub account, you will be redirected back to the inspector. You should see the "List Tools" button, which will list the tools that your MCP server exposes.
202202

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Even though [Claude Desktop](https://claude.ai/download) doesn't yet support rem
4747
}
4848
```
4949

50-
This tells Claude to communicate with your MCP server running at `http://localhost:8787/sse`.
50+
This tells Claude to communicate with your MCP server running at `http://localhost:8788/sse`.
5151

5252
3. Save the file and restart Claude Desktop (command/ctrl + R). When Claude restarts, a browser window will open showing your OAuth login page. Complete the authorization flow to grant Claude access to your MCP server.
5353

0 commit comments

Comments
 (0)