A type-safe solution to remote MCP communication, enabling effortless integration for centralized management of Model Context.
mcpServer
{ "mcpServers": { "remote-mcp": { "command": "npx", "args": [ "-y", "@remote-mcp/client" ], "env": { "REMOTE_MCP_URL": "http://localhost:9512", "HTTP_HEADER_Authorization": "Bearer <token>" } } } }
npx -y @remote-mcp/client
http://localhost:9512