Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

nodejs_inspect

Execute JavaScript code within a NodeJS debugged process to inspect variables, set breakpoints, and step through code for debugging purposes.

Instructions

Executes JavaScript code in the debugged process

Input Schema

NameRequiredDescriptionDefault
js_codeYesJavaScript code to execute

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "js_code": { "description": "JavaScript code to execute", "type": "string" } }, "required": [ "js_code" ], "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