Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

kill_process

Terminate a specific Node.js process by its PID using the Node.js Debugger MCP Server, ensuring efficient debugging and process management for AI agents.

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" }
Install Server

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