Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/remcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ curl -sSL https://storage.googleapis.com/remcp/install.sh | bash

# Usage tips:

## Configure claude code (recommended)
## Recurse prompt (recommended)

```
# In claude code
$ /recurse:review_code Please implement access control on web api endpoints
```
The prompt is automatically available once you install remcp, and claude will start using Recurse MCP for code changes.

## Configure claude code

```bash
remcp configure claude
Expand All @@ -38,14 +46,6 @@ If you are not happy with the global setting, you can remove it using the follow
remcp configure claude --remove
```

## Recurse prompt

```
# In claude code
$ /recurse:review_code Please implement access control on web api endpoints
```
The prompt is automatically available once you install remcp, and claude will start using Recurse MCP for code changes.


## Project level configuration (manual)

Expand Down