mcp-remote

mcp-remote

Connect a local MCP client to a remote MCP server.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 1.6k
Source
mcp-github

Overview

mcp-remote is a tool that connects MCP clients that only support local (stdio) servers to remote MCP servers. It supports authentication and allows users to achieve this with simple configuration. This tool is particularly useful for developers who want to migrate their MCP services to a remote environment without modifying existing client code. Integration is straightforward—just add the corresponding command and parameters in the MCP client configuration file.

Capabilities

  • Connect local MCP clients to remote servers
  • Support authentication mechanisms
  • Support custom request headers
  • Support multiple instance configurations

Use cases

Migrate local MCP clients to remote serversAdd authentication support to MCP servicesManage multiple remote MCP server instances

Setup

Requires: API KeyNode 环境
Add the `mcp-remote` command and parameters to the MCP client configuration file, for example:
```jsonc {
  "command": "mcp-remote",
  "args": ["--server", "wss://example.com/mcp"]
}
```

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

Related skills