rami-setup-mcplisted
Install: claude install-skill rami-code-review/claude-code-marketplace
# Set Up Rami MCP
Three things have to be in place before Rami can review and the autofix loop can run:
1. **The Rami GitHub App** is installed on the target repository (so Rami can read PRs and post review comments).
2. **The Rami MCP server** is registered with the user's MCP client (Claude Code, Cursor, Codex, or another).
3. **OAuth** has been completed (so the MCP server knows who the user is and can scope access to their repos).
Do these in order. Skipping ahead causes confusing errors — e.g., the MCP server returns `auth_required` if OAuth isn't done, or `not_found` if the GitHub App isn't installed on the repo.
## Step 1: Install the GitHub App
You cannot do this programmatically. Ask the user to open this URL and authorize the app on at least one repository:
```
https://github.com/apps/rami-code-remeow
```
This enables automatic PR reviews on every push. After install, the user should see Rami appear as a reviewer on new PRs in the chosen repos.
## Step 2: Register the MCP Server
Pick the right snippet based on the user's MCP client.
### Claude Code (recommended: plugin marketplace)
```bash
claude plugin marketplace add rami-code-review/claude-code-marketplace
claude plugin install rami@rami-code-review
```
This installs the MCP server, the slash commands (`/rami:review`, `/rami:status`, `/rami:usage`), and handles OAuth.
### Claude Code (direct MCP, no plugin)
```bash
claude mcp add rami --transport http https://rami.reviews/mcp
```
### Cursor
Add to