提交

Node.js Debugger (Node / Javascript / Typescript)

@qckfx

A Node debugger that can start and stop long-running processes as well.

服务器配置

{
  "mcpServers": {
    "debugger-mcp": {
      "type": "stdio",
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "NODE_ENV": "production"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.