MCP DEBUGGER TOOLS

29 tools from the Mcp Debugger MCP Server, categorised by risk level.

View the Mcp Debugger policy →

READ TOOLS

13
debugger_continue Resume execution of a paused debug session until the next breakpoint or program termination. debugger_detect_hang Run a command and detect if it hangs or enters an infinite loop. Returns hang status, location, and stack trace if hung. 2/5 debugger_get_global_variables Get global variables accessible from the current scope with their names, values, and types. debugger_get_local_variables Get all local variables in the current scope with their names, values, and types. debugger_get_performance_metrics Get performance metrics including current memory usage, performance timeline, and leak detection. debugger_get_stack Get the current call stack with function names, file locations (absolute paths), and line numbers. debugger_get_watches Get all watched expressions with their current values. Reports value changes since the last pause. debugger_inspect Evaluate a JavaScript expression in the current execution context and return the result with type information. 2/5 debugger_inspect_object Inspect an object by its object reference, returning properties with values. Handles nested objects and arrays up to a specified depth. debugger_list_breakpoints Get all breakpoints for a debug session with their file, line, condition, and enabled state. debugger_pause Pause a running debug session and return the current execution location. debugger_take_heap_snapshot Take a heap snapshot for memory analysis. Returns memory usage report. debugger_toggle_breakpoint Toggle a breakpoint between enabled and disabled states.

WRITE TOOLS

7

DESTRUCTIVE TOOLS

2

EXECUTE TOOLS

7
How many tools does the Mcp Debugger MCP server have? +

The Mcp Debugger MCP server exposes 29 tools across 4 categories: Read, Write, Destructive, Execute.

How do I enforce policies on Mcp Debugger tools? +

Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Mcp Debugger server.

What risk categories do Mcp Debugger tools fall into? +

Mcp Debugger tools are categorised as Read (13), Write (7), Destructive (2), Execute (7). Each category has a recommended default policy.

Enforce policies on Mcp Debugger

Open source. One binary. Zero dependencies.

npx -y @policylayer/intercept
github.com/policylayer/intercept →
// GET IN TOUCH

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

Message sent.

We'll get back to you soon.