Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

set_breakpoint

Pause execution at a specific line in a Node.js process by setting a breakpoint. Specify the file URL and line number, optionally adding a condition for precise debugging control.

Instructions

Set a breakpoint in the debugged process. Use full file:// URLs for reliable breakpoint hits.

Input Schema

NameRequiredDescriptionDefault
conditionNoOptional condition for the breakpoint
fileYesFile URL or path (use file:///absolute/path/to/file.js for best results)
lineYesLine number (1-based)

Input Schema (JSON Schema)

{ "properties": { "condition": { "description": "Optional condition for the breakpoint", "type": "string" }, "file": { "description": "File URL or path (use file:///absolute/path/to/file.js for best results)", "type": "string" }, "line": { "description": "Line number (1-based)", "type": "number" } }, "required": [ "file", "line" ], "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