Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

attach_debugger

Attach to a running Node.js process for debugging by specifying the debug port. Enables code inspection, breakpoint management, and expression evaluation.

Instructions

Attach debugger to a running Node.js process

Input Schema

NameRequiredDescriptionDefault
portYesDebug port to connect to

Input Schema (JSON Schema)

{ "properties": { "port": { "description": "Debug port to connect to", "type": "number" } }, "required": [ "port" ], "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