Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
nodejs_inspect

Executes JavaScript code in the debugged process

set_breakpoint

Sets a breakpoint at specified line and file

inspect_variables

Inspects variables in current scope

step_over

Steps over to the next line of code

step_into

Steps into function calls

step_out

Steps out of current function

continue

Continues code execution

delete_breakpoint

Deletes a specified breakpoint

list_breakpoints

Lists all active breakpoints

evaluate

Evaluates a JavaScript expression in the current context

get_location

Gets the current execution location when paused

get_console_output

Gets the most recent console output from the debugged process

retry_connect

Manually triggers a reconnection attempt to the Node.js debugger

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