Loading languages...
RE

RemoteMCP/Remote-MCP

@RemoteMCP

A type-safe solution to remote MCP communication, enabling effortless integration for centralized management of Model Context.

remote
communication
type-safe
trpc

# mcpServer Config

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

# stdio

npx -y @remote-mcp/client

# streamableURL

http://localhost:9512
Transport:
streamable
Language:
TypeScript
Created:4/28/2025
Updated:4/28/2025