Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

kill_process

Terminate a specified Node.js process by its ID using the debugging and process management capabilities of the Node.js Debugger MCP Server.

Instructions

Kill a managed Node.js process

Input Schema

NameRequiredDescriptionDefault
pidYesProcess ID to kill

Input Schema (JSON Schema)

{ "properties": { "pid": { "description": "Process ID to kill", "type": "number" } }, "required": [ "pid" ], "type": "object" }

Other Tools from Node.js Debugger MCP Server

Related Tools

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