From 5de4069606246eb40558de23b7c318f65cc4268b Mon Sep 17 00:00:00 2001 From: Sergiy Dybskiy Date: Fri, 16 May 2025 12:51:19 -0400 Subject: [PATCH 1/3] 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 --- src/content/docs/agents/guides/remote-mcp-server.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index 2dc474c8bd56467..8cb8862383661f7 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -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. @@ -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 @@ -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**: From 38a4420af1bb857ea527ea832796d4b7cf6d2c0a Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Tue, 12 Aug 2025 15:38:08 +0100 Subject: [PATCH 2/3] Triggering GH compiles --- src/content/docs/agents/guides/remote-mcp-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index 8cb8862383661f7..44e76c42e970453 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -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://127.0.0.1:6274`. 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 From 57964ba1f8656364c046463bcf69eb5cd4a4844e Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Tue, 12 Aug 2025 15:38:22 +0100 Subject: [PATCH 3/3] Undoing redundant change --- src/content/docs/agents/guides/remote-mcp-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index 44e76c42e970453..8cb8862383661f7 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -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://127.0.0.1:6274`. 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