ReMCP

Securely use files, terminals, screenshots and processes on computers you pair with ReMCP.

OtherJavaScriptv0.2.79

ReMCP connects a computer you own or administer to ChatGPT, Codex, Cursor, Claude Code, Gemini CLI, Kiro, Cline, or another MCP client. The device agent makes an outbound connection only — no inbound port, no tunnel, no third-party desktop relay. This repository contains the public device client/runtime, portable Agent Plugin metadata, the Gemini CLI extension manifest, official MCP Registry metadata, and the host-specific OpenAI and Anthropic plugin packaging.

Packages

PackageWhat it is
@remcp/remcpThe device client: pairing, the outbound agent, the background service, and the usage-metrics switch.
@remcp/runtimeThe first-party local runtime: 44 MCP tools for files, images, binary transfer, archives, screenshots, search, terminal sessions, processes, and narrowly scoped runtime preferences, with two direct dependencies.

Install

Requires Node.js 22.5 or newer.

npm install --global @remcp/remcp@latest

Then open ReMCP → Connect a machine and generate a one-time pairing command. Run that exact command on the computer you want to connect; it installs the runtime and registers the background service.

Pairing codes are generated in the authenticated workspace, expire automatically, and are single-use. Do not invent or reuse a code from documentation.

Commands

CommandPurpose
remcp startStart the device agent in the foreground
remcp statusShow pairing, runtime, telemetry, and service health as JSON
remcp doctorAlias for status
remcp installInstall or repair the persistent user service
remcp updateUpdate the client and runtime, then restart the service
remcp uninstallStop and remove the user service
remcp uninstall --purgeRemove the service and the global packages
remcp telemetry [status|on|off]Show or change usage metrics for the client and the runtime
remcp godmode [status|on|off]Show or change this computer's local unrestricted mode
remcp --versionPrint the installed client version

Plugins

For users, ReMCP is catalog-first:

Install from your AI host → sign in to ReMCP → use your paired computers.

You do not need to paste an MCP server URL, edit a manifest, clone this repository, or configure a local path just to use the published plugin.

Shareable install guides:

ChatGPT & Codex / OpenAI

ChatGPT and Codex share OpenAI's public plugin directory.

  1. Open https://chatgpt.com/plugins.
  2. Search for ReMCP and open the ReMCP plugin card when it is available.
  3. Choose Install plugin.
  4. If prompted, choose Connect and complete ReMCP OAuth.
  5. In ChatGPT, use @ReMCP when you want to invoke it explicitly. In Codex, use Sources → Use plugins → ReMCP.

If ReMCP is not visible yet, the listing or rollout is not available to that account. There is no manual MCP endpoint an ordinary plugin user needs to configure while waiting.

Claude Code / Anthropic

ReMCP was submitted through Claude Platform on September 18, 2026 and currently shows Submitted and pending review.

After approval:

  1. Open https://claude.com/plugins. In Claude or Claude Desktop, you can also use Customize → Plugins → + → Browse plugins.
  2. Search for ReMCP and confirm it supports Claude Code.
  3. Choose Install.
  4. Complete ReMCP authorization if Claude asks you to connect.
  5. Ask Claude Code to use ReMCP on a computer already paired to your account.

While the listing is under review, ordinary users do not need to add a marketplace, clone this repository, or paste an MCP endpoint. Developer and reviewer workflows live in the technical guide.

Start with Plugin overview →.

Cursor and the wider MCP ecosystem

ReMCP publishes host-native metadata for coding agents plus directory records for MCP discovery:

Host / directoryUser pathStatus
CursorFind ReMCP in Cursor Marketplace and install it.published
Gemini CLIInstall from the Extension Gallery when indexed, or run gemini extensions install https://github.com/antonbaider/remcp.gallery discovery enabled
GitHub Copilot CLIInstall from the awesome-copilot default marketplace after external-plugin review.submitted
VS Code Agent PluginsBrowse @agentPlugins / Chat: Plugins after the same Awesome Copilot listing is accepted.submitted
Kiro PowersImport https://github.com/antonbaider/remcp from Add Custom Power → Import power from GitHub while the curated listing is reviewed.submitted
ClineUse the Cline MCP Marketplace after review; the submission is tracked publicly.submitted
SmitheryOpen https://smithery.ai/servers/antonbaider/remcp.published
GlamaOpen https://glama.ai/mcp/servers/antonbaider/remcp.listed
Official MCP RegistrySearch for io.github.antonbaider/remcp in registry-aware clients.published

The same ReMCP OAuth account and paired computers sit behind every route. Marketplace and directory surfaces change discovery; they do not create separate ReMCP backends.

Distribution manifests, direct install commands, and review links are documented in PLUGINS.md → and DISTRIBUTION.md →.

Developer / reviewer internals

Host-specific manifests, MCP configuration, validation commands, submission artifacts, and local development workflows remain documented separately:

The OpenAI files and Claude files deliberately do not overwrite each other. Release checks fail if either host-specific contract drifts from the shared ReMCP version or production endpoint.

The local runtime

@remcp/runtime is a clean-room MCP server written for ReMCP. It is not a fork of, and shares no code with, DesktopCommanderMCP or any other MCP server.

44 tools:

AreaTools
Readread_file, read_files (glob), read_multiple_files, read_image, read_binary, list_directory, get_file_info, hash_file, diff_files
Write / editwrite_file, write_files (bulk), write_binary, apply_patch, set_permissions, edit_block, replace_lines, replace_in_files
Organisecreate_directory (bulk), move_file, copy_file, copy_paths, move_paths, move_to_trash, create_archive, extract_archive
Deletedelete_path, delete_paths
Transferread_binary and write_binary move any file in base64 chunks both ways; create_archive and extract_archive move whole trees
Screentake_screenshot returns the desktop as an image
Searchstart_search, get_more_search_results, stop_search, list_searches
Processesstart_process, read_process_output, wait_for_process_output, interact_with_process, force_terminate, list_sessions, list_processes, kill_process
Runtimeget_system_info, get_runtime_info, get_runtime_stats, set_config_value

The hosted ReMCP endpoint adds eight account/relay tools, so ChatGPT currently scans 52 tools.

Why the tool list looks different from other computer-control servers. Security-sensitive configuration remains deliberately narrow, and everything else the alternatives can do has an equivalent here — usually more than one:

Not includedWhy
write_pdf, spreadsheet and DOCX editingThese are the reason other servers ship Puppeteer, sharp, and exceljs — ReMCP does not bundle that browser/document-rendering stack.
Broad configuration mutationset_config_value can change only telemetry and context/output preferences. Access roots, blocked commands, command policy, shell, write limit and unrestricted mode stay local to the computer.
URL fetching in read_fileIt is a server-side request forgery surface. The runtime reads your computer, not the internet.

What ReMCP adds beyond the usual set: image reads and screenshots that any MCP client can display, binary transfer in both directions, archive create/extract, wait_for_process_output instead of polling, line-range replacement, project-wide replace, unified diffs, checksums, trash instead of deletion, and host resource reporting.

Nothing is gated. There is no approval prompt, no "are you sure", and no mandatory dry run: a tool call executes with the full rights of the account running the agent — the same trust model as SSH. Writes replace by default and moves/copies replace the destination. The catastrophic-command guardrail defaults to warn (advisory, not blocking); an operator may choose allow or block. Files are never written to a local history log, so tool arguments and output are not recorded there.

Unrestricted by design

  • No per-call approval contour. ReMCP does not add a confirmation dialog before each tool call. The local runtime's configured roots, command blocklist and command policy still apply, as do the operating-system permissions of the account running the agent. Within those boundaries, start_process can operate services, packages, databases, containers, sudo, git, and other local tools.
  • Full transfer in both directions. read_binary/write_binary move any file, create_archive and extract_archive move whole trees, and take_screenshot shows the desktop.
  • Optional hardening, explicit security boundaries. remcp godmode on lifts the roots, the blocklist and the command guardrail for one computer — and only a person at that computer can turn it on; no MCP tool accepts it. allowedRoots and blockedCommands are empty until an operator configures them. dangerousCommands defaults to warn: matching catastrophic commands still run, but the result carries an advisory note; allow silences it and block refuses it. The runtime refuses to start — loudly — if runtime.json cannot be parsed, so configured safety boundaries are never silently dropped.
  • Crash-resistant. A bad shell, a closed stdin, or a 40 MB line cannot take the runtime down; the agent restarts it if it exits, so a device recovers instead of going quietly offline.
  • Outbound-only. Per-device revocable credential, hashed server-side, stored locally with restrictive permissions. Runtime metadata from a custom server requires an explicit --trust-runtime decision.
  • No local history. Tool arguments and outputs are never written to a log on your computer.

Usage metrics

Both the client and the runtime collect opt-out usage metrics: tool names, durations, outcomes, coarse error classes, session counts, and device health samples. They never include file paths, file contents, command strings, tool arguments, or tool output — the event schema is a whitelist, so those fields have nowhere to travel.

There is no telemetry endpoint and no third-party processor. The runtime emits MCP notifications to the agent, and the agent forwards them over the authenticated WebSocket it already holds to your ReMCP account. No install ping, no postinstall script, no remote feature flags, no A/B assignment.

remcp telemetry off      # one switch for the client and the runtime
remcp telemetry status

Development

npm install
npm run check
npm test

Both workspaces are plain ESM with no build step. The contract commands (--help, --version, --print-tools, --describe) work with no dependencies installed, so CI can diff the advertised tool surface against the published tarball.

License

MIT.

Setup from the maintainer

This listing does not have a supported local package template. Use the maintainer’s documentation for its hosted endpoint, authentication, and client-specific setup. No install command has been inferred.

Learn More