Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

set_breakpoint

Set breakpoints at specific lines and files in a NodeJS server to debug code, inspect variables, and step through execution for efficient issue resolution.

Instructions

Sets a breakpoint at specified line and file

Input Schema

NameRequiredDescriptionDefault
fileYesFile path where to set breakpoint
lineYesLine number for breakpoint

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "File path where to set breakpoint", "type": "string" }, "line": { "description": "Line number for breakpoint", "type": "number" } }, "required": [ "file", "line" ], "type": "object" }

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/workbackai/mcp-nodejs-debugger'

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