Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

step_debug

Control code execution by stepping through Node.js processes. Perform actions like 'next', 'step', 'continue', or 'out' to debug and analyze program flow effectively.

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" }
Install Server

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