Skip to content

Commit 5d5bcc4

Browse files
dinasaur404kale-stew
authored andcommitted
Update remote-mcp-server.mdx (#21025)
* Capitalizing "Remote" in side nav for consistency with other docs * newline oauth provider note * capitalize Remote MCP in headers --------- Co-authored-by: Kylie Czajkowski <[email protected]>
1 parent 1786c21 commit 5d5bcc4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: concept
3-
title: Build a remote MCP server
3+
title: Build a Remote MCP server
44
sidebar:
55
order: 4
66
---
@@ -57,7 +57,9 @@ In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`,
5757

5858
![MCP inspector — where to enter the URL of your MCP server](~/assets/images/agents/mcp-inspector-enter-url.png)
5959

60-
You will be redirected to an example OAuth login page. Enter any username and password and click "Log in and approve" to continue. (you can add your own authentication and/or authorization provider to replace this. Refer to the [authorization](/agents/model-context-protocol/authorization/) section for details on how to do this.)
60+
You will be redirected to an example OAuth login page. Enter any username and password and click "Log in and approve" to continue.
61+
62+
Note: You can add your own authentication and/or authorization provider to replace this. Refer to the [authorization](/agents/model-context-protocol/authorization/) section for details on how to do this.
6163

6264
![MCP OAuth Login Page](~/assets/images/agents/mcp-demo-oauth-flow.png)
6365

@@ -77,7 +79,7 @@ If you have already [connected a git repository](/workers/ci-cd/builds/) to the
7779

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

80-
### Connect your remote MCP server to Claude and other MCP Clients via a local proxy
82+
### Connect your Remote MCP server to Claude and other MCP Clients via a local proxy
8183

8284
Now that your MCP server is running with OAuth authentication, you can use the [`mcp-remote` local proxy](https://www.npmjs.com/package/mcp-remote) to connect Claude Desktop or other MCP clients to it — even though these tools aren't yet _remote_ MCP clients, and don't support remote transport or authorization on the client side. This lets you to test what an interaction with your OAuth-enabled MCP server will be like with a real MCP client.
8385

0 commit comments

Comments
 (0)