Skip to content

Commit 5de4069

Browse files
authored
Update remote-mcp-server.mdx
Update local URL of MCP Inspector based on defaults from https://github.com/modelcontextprotocol/inspector/blob/main/client/bin/start.js
1 parent c33f3a8 commit 5de4069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ npx @modelcontextprotocol/inspector@latest
5959
Open the MCP inspector in your web browser:
6060

6161
```sh
62-
open http://localhost:5173
62+
open http://127.0.0.1:6274
6363
```
6464

6565
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.
@@ -76,7 +76,7 @@ npx wrangler@latest deploy
7676

7777
If you have already [connected a git repository](/workers/ci-cd/builds/) to the Worker with your MCP server, you can deploy your MCP server by pushing a change or merging a pull request to the main branch of the repository.
7878

79-
After deploying, take the URL of your deployed MCP server, and enter it in the MCP inspector running on `http://localhost:5173`. You now have a remote MCP server, deployed to Cloudflare, that MCP clients can connect to.
79+
After deploying, take the URL of your deployed MCP server, and enter it in the MCP inspector running on `http://127.0.0.1:6274`. You now have a remote MCP server, deployed to Cloudflare, that MCP clients can connect to.
8080

8181
### Connect your Remote MCP server to Claude and other MCP Clients via a local proxy
8282

@@ -193,7 +193,7 @@ npx @modelcontextprotocol/inspector@latest
193193
Open the MCP inspector in your web browser:
194194

195195
```sh
196-
open http://localhost:5173
196+
open http://127.0.0.1:6274
197197
```
198198

199199
In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, and click **Connect**:

0 commit comments

Comments
 (0)