OPEN SOURCE. YOUR INFRASTRUCTURE.

Your AI.
Your machines.
Connected.

Give your AI a way to work on your computers. Files, terminals, and processes — through one secure MCP connection.

Self-hostable / Outbound only / Built on MCP

THE CONNECTION LAYER01 — 03
Your MCP clientIDEA → ACTION
01
OAuth 2.1 + PKCE
ReMCPONE ENDPOINT. YOUR MACHINES.
Outbound connection
Your laptopLOCAL AGENT
Your serverLOCAL AGENT
Your workstationLOCAL AGENT
YOUR MACHINES. UNDER YOUR CONTROL.
ONE PROTOCOL. MORE POSSIBILITIES.
ChatGPT / MCP-compatible clients / Your own tools
Meet the protocol

A bridge, not a black box

From conversation
to real execution.

Your tools already live on your machines. Bring them into your AI workflow without moving everything somewhere else.

01 / FILESYSTEM

Work where your files live.

Read, write, and search files on your paired computers. Keep your projects in their own environment.

~/projects/your-next-idea
├── src/
├── package.json
└── possibilities.md

02 / TERMINAL

Put your ideas to work.

Run commands and inspect their output through your MCP client, using the tools already installed on your computer.

$ npm run build

✓ Built in your environment.
Ready for what’s next.

03 / PROCESSES

Keep the work moving.

Start and inspect processes on your devices. Give longer-running tasks a place to live beyond the conversation.

PROCESS STATE
dev-server running
worker running
Illustrative workflow
↗   CONNECTION

Outbound only

The device agent opens the connection to ReMCP. No inbound device port is required.

⌘   AUTHENTICATION

OAuth + PKCE

MCP clients authorize against your ReMCP account. Device credentials are independent and revocable.

◎   OWNERSHIP

Your paired devices

Tool calls are routed only to computers paired with the signed-in account.

Get up and running

Three steps.
Then you’re connected.

The public install command contains no pairing code. Sign in to the workspace to generate the exact one-time command for your computer.

01

Install the CLI

npm install --global @remcp/remcp@latest

Installs the current remcp command globally.

02

Pair a computer

Sign in to the workspace, choose Generate pairing command, then run the generated command on that computer.

03

Verify

remcp status

Checks the installed version, pairing state and server health.

Already installed?
remcp update
Installation and CLI reference

Built in the open

Your infrastructure.
Your rules.

Explore ReMCP on GitHub