Node.js Debugger MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Debug Session State | Current debugging session information |
| Managed Processes | List 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