Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

start_node_process

Launch and debug Node.js processes by specifying the script path, arguments, and working directory. Enables step-through debugging, breakpoints, and expression evaluation for efficient code troubleshooting.

Instructions

Start a Node.js process with debugging enabled

Input Schema

NameRequiredDescriptionDefault
argsNoArguments to pass to the script
cwdNoWorking directory (optional)
scriptYesPath to the Node.js script to run

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Arguments to pass to the script", "items": { "type": "string" }, "type": "array" }, "cwd": { "description": "Working directory (optional)", "type": "string" }, "script": { "description": "Path to the Node.js script to run", "type": "string" } }, "required": [ "script" ], "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