REMCP
Getting Started
Quick Install
One-line install (macOS and Linux)
curl -L remcp.recurse.ml | bashNext steps:
- Make sure
$HOME/.local/binis in yourPATH. Add to~/.bashrcor~/.zshrc:
export PATH="$HOME/.local/bin:$PATH"- Authenticate with GitHub:
remcp auth- Choose your IDE and follow the installation instructions:
Usage tips
REMCP prompt (recommended)
# In claude code
$ /remcp:review_code Please implement access control on web api endpointsThe prompt is automatically available once you install remcp, and claude will start using REMCP for analyzing code changes.