Documentation
Connect a computer to ReMCP.
ReMCP is a remote MCP relay. The hosted server authenticates the MCP client and routes each tool call to a paired local agent.
1. Sign in
Open the ReMCP workspace and authenticate. Generate a one-time pairing command from the device section.
2. Pair the computer
npx remcp connect --server https://remcp.delio24.com --code YOUR_CODE --installThe code is exchanged for a device-specific credential that can later be revoked.
3. Add the MCP server
https://remcp.delio24.com/mcpChoose OAuth when your MCP client asks for authentication. ReMCP uses authorization code flow with PKCE and refresh tokens.
Connection model
The device agent creates an outbound secure WebSocket connection to the relay. You do not need to expose a listener on the computer.
Some tools can write files or run processes. Review the action requested by your MCP client before approving it.
Self-hosting
The central ReMCP service runs in Docker with persistent account, device and OAuth metadata. Device agents run natively so host access does not require a privileged container.