REMCP

Getting Started

Quick Install

One-line install (macOS and Linux)

curl -L remcp.recurse.ml | bash

Next steps:

  1. Make sure $HOME/.local/bin is in your PATH. Add to ~/.bashrc or ~/.zshrc:
export PATH="$HOME/.local/bin:$PATH"
  1. Authenticate with GitHub:
remcp auth
  1. Choose your IDE and follow the installation instructions:

Usage tips

# In claude code
$ /remcp:review_code Please implement access control on web api endpoints

The prompt is automatically available once you install remcp, and claude will start using REMCP for analyzing code changes.