Skip to content
Closed
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
6 changes: 3 additions & 3 deletions src/content/docs/agents/guides/remote-mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ npx @modelcontextprotocol/inspector@latest
Open the MCP inspector in your web browser:

```sh
open http://localhost:5173
open http://127.0.0.1:6274
```

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

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.

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.
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.

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

Expand Down Expand Up @@ -193,7 +193,7 @@ npx @modelcontextprotocol/inspector@latest
Open the MCP inspector in your web browser:

```sh
open http://localhost:5173
open http://127.0.0.1:6274
```

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