Rr

48 tools. 31 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

31 can modify or destroy data
17 read-only
48 tools total

Community server · catalogue entry verified 30/06/2026

How to control Rr ↓

What Rr exposes to your agents

Read (17) Write / Execute (29) Destructive / Financial (2)
Critical Risk

The most dangerous Rr tools

31 of Rr's 48 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Rr

PolicyLayer is an MCP gateway — it sits between your AI agents and Rr, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "breakpoint_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "breakpoint_disable": {
    "limits": [
      {
        "counter": "breakpoint_disable_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "args": {
    "limits": [
      {
        "counter": "args_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Rr — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON RR →

Instant setup, no code required.

All 48 Rr tools

EXECUTE 24 tools
Execute breakpoint_set Set a breakpoint to pause execution at a specific Execute checkpoint_restore Restore a previously created checkpoint, instantly Execute continue Continue execution forward until hitting a breakpoint, signal, or program end. Execute finish Run until the current function returns, then stop at the caller. Execute frame_select Switch to a different stack frame to inspect its Execute gdb_raw Execute an arbitrary GDB command (escape hatch). Execute handle_signal Configure how GDB handles a specific signal (stop, pass to program, print). Execute info Run a GDB Execute interrupt Interrupt a running program to pause execution. Execute nexti Step forward one machine instruction, stepping over call instructions. Execute print Evaluate any expression in the current context and return its value. Execute reverse_continue Continue execution backward (rr Execute reverse_finish Run backward to the point where the current function was called (function entry). Execute reverse_next Step backward one source line, stepping over function calls in reverse. Execute reverse_nexti Step backward one machine instruction, stepping over calls in reverse. Execute reverse_step Step backward one source line, entering into function calls in reverse. Execute reverse_stepi Step backward one machine instruction. Reverse counterpart of stepi. Execute run_to_event Run to a specific event number (rr global time). Execute session_create Create a new replay session for debugging a specific Execute step Step forward one source line, entering into function calls. Execute stepi Step forward one machine instruction. Use for Execute thread_select Switch to a different thread for inspection. Execute watchpoint_set Set a hardware watchpoint to break when a variable

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Rr

Can an AI agent delete data through the Rr MCP server? +

Yes. The Rr server exposes 2 destructive tools including breakpoint_delete, checkpoint_delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Rr? +

The Rr server has 5 write tools including breakpoint_disable, breakpoint_enable, catch. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Rr.

How many tools does the Rr MCP server expose? +

48 tools across 4 categories: Destructive, Execute, Read, Write. 17 are read-only. 31 can modify, create, or delete data.

How do I enforce a policy on Rr? +

Register the Rr MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Rr tool call.

Deterministic rules across all 48 Rr tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

48 Rr tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.