Back to directory
@remote-mcp/client

@remote-mcp/client

@ssut206

A type-safe local proxy MCP server that enables remote access and centralized management of model contexts by connecting to a remote MCP implementation.

remoteproxytypescripttrpccontext

Installation & Configuration

{
  "mcpServers": {
    "remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@remote-mcp/client"
      ],
      "env": {
        "REMOTE_MCP_URL": "http://localhost:9512",
        "HTTP_HEADER_Authorization": "Bearer <token>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2024/12/30
Updated
2026/6/8