Skip to main content
Glama
qckfx

Node.js Debugger MCP Server

by qckfx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
start_node_processC

Start a Node.js process with debugging enabled

kill_processC

Kill a managed Node.js process

list_processesB

List all managed Node.js processes

attach_debuggerC

Attach debugger to a running Node.js process

set_breakpointA

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

step_debugC

Step through code execution

pause_executionB

Pause execution of the debugged process

evaluate_expressionC

Evaluate an expression in the current debug context

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

Latest Blog Posts

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