Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

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
Debug Session StateCurrent debugging session information
Managed ProcessesList of managed Node.js processes

Tools

Functions exposed to the LLM to take actions

NameDescription
start_node_process

Start a Node.js process with debugging enabled

kill_process

Kill a managed Node.js process

list_processes

List all managed Node.js processes

attach_debugger

Attach debugger to a running Node.js process

set_breakpoint

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

step_debug

Step through code execution

pause_execution

Pause execution of the debugged process

evaluate_expression

Evaluate an expression in the current debug context

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