Skip to content

Commit c0c6920

Browse files
Hyperlint Automation Fix
1 parent 221d89a commit c0c6920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Render } from "~/components";
99

1010
Remote, authorized connections are an evolving part of the [Model Context Protocol (MCP) specification](https://spec.modelcontextprotocol.io/specification/draft/basic/authorization/). Not all MCP clients support remote connections yet.
1111

12-
This guide will show you options for how to start using your remote MCP server with MCP clients that support remote connections. If you haven't yet created and deployed a remote MCP server, you should follow the [Build a Remote MCP Server](/agents/guides/remote-mcp-server/) guide first.
12+
This guide will show you options for how to start using your remote MCP server with MCP clients that support remote connections. If you have not yet created and deployed a remote MCP server, you should follow the [Build a Remote MCP Server](/agents/guides/remote-mcp-server/) guide first.
1313

1414
## The Model Context Protocol (MCP) inspector
1515

@@ -31,7 +31,7 @@ Once you have authenticated, you will be redirected back to the inspector. You s
3131

3232
## Connect your remote MCP server to Claude Desktop via a local proxy
3333

34-
Even though [Claude Desktop](https://claude.ai/download) doesn't yet support remote MCP clients, you can use the [`mcp-remote` local proxy](https://www.npmjs.com/package/mcp-remote) to connect it to your remote MCP server. This lets you to test what an interaction with your remote MCP server will be like with a real-world MCP client.
34+
Even though [Claude Desktop](https://claude.ai/download) does not yet support remote MCP clients, you can use the [`mcp-remote` local proxy](https://www.npmjs.com/package/mcp-remote) to connect it to your remote MCP server. This lets you to test what an interaction with your remote MCP server will be like with a real-world MCP client.
3535

3636
1. Open Claude Desktop and navigate to Settings -> Developer -> Edit Config. This opens the configuration file that controls which MCP servers Claude can access.
3737
2. Replace the content with a configuration like this:
@@ -55,7 +55,7 @@ Once authenticated, you'll be able to see your tools by clicking the tools icon
5555

5656
## Connect your remote MCP server to Cursor
5757

58-
To connect [Cursor](https://www.cursor.com/) with your remote MCP server, choose `Type`: "Command" and in the `Command` field, combine the command and args fields into one (e.g.`npx mcp-remote https://your-worker-name.your-account.workers.dev/sse`).
58+
To connect [Cursor](https://www.cursor.com/) with your remote MCP server, choose `Type`: "Command" and in the `Command` field, combine the command and args fields into one (for example, `npx mcp-remote https://your-worker-name.your-account.workers.dev/sse`).
5959

6060
## Connect your remote MCP server to Windsurf
6161

0 commit comments

Comments
 (0)