mcp-debugger-node
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| resetB | Restart the debug session with a fresh Node inspector process for the provided target. |
| set_breakpointB | Set a breakpoint by matching a script URL with a regex. |
| stopA | Stop the current debug target and clear the debug session. |
| set_pause_on_exceptionsA | Configure whether the debugger pauses on no exceptions, uncaught exceptions, or all exceptions. |
| continueA | Resume execution of the debugged Node.js process and return immediately. |
| wait_for_pauseA | Wait until the debugged Node.js process pauses and return the current location. |
| resumeB | Resume execution of the debugged Node.js process and wait for the next pause. |
| stepoverA | Step over the current statement. |
| stepintoB | Step into the next function call. |
| getvariablesA | Get variables for the latest paused call frame scope. |
| evaluateB | Evaluate a JavaScript expression in the debugged runtime. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mohammed-almassri/mcp-debugger-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server