Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

step_debug

Step through Node.js code execution line-by-line to identify and resolve issues. Perform actions like next, step, continue, and out to control debugging flow and analyze runtime behavior.

Instructions

Step through code execution

Input Schema

NameRequiredDescriptionDefault
actionYesDebug action to perform

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Debug action to perform", "enum": [ "next", "step", "continue", "out" ], "type": "string" } }, "required": [ "action" ], "type": "object" }

Other Tools from Node.js Debugger MCP Server

Related Tools

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/qckfx/node-debugger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server