Overview
Thegrab remove command disconnects React Grab from your coding agent, removing agent-specific integrations while keeping React Grab itself installed.
Usage
Arguments
| Argument | Description |
|---|---|
[agent] | Optional agent name to disconnect: cursor, claude, copilot, windsurf, or mcp |
Options
| Option | Alias | Description | Default |
|---|---|---|---|
--yes | -y | Skip confirmation prompts | false |
--cwd <cwd> | -c | Working directory | Current directory |
Examples
Interactive Mode
Run without arguments to select from installed agents:Remove Specific Agent
Specify the agent directly:Non-Interactive Mode
Remove an agent without prompts:What Gets Removed
When you remove an agent integration:
Note: React Grab itself remains installed. Only the agent integration is removed.
Output Example
Troubleshooting
React Grab Not Installed
No Agents Installed
Agent Not Installed
Missing Agent Argument
In non-interactive mode:--yes flag for interactive mode.
Remove vs Uninstall
Thegrab remove command only removes agent integrations:
Related Commands
grab add— Connect React Grab to your coding agentgrab init— Initialize React Grab in your projectgrab configure— Configure React Grab options
