Skip to main content
Glama

Frida MCP

by rmorgans

kill_process

Terminate running processes by process ID using the Frida MCP server. This tool stops specified processes on mobile or desktop devices for debugging, testing, or security analysis purposes.

Instructions

Kill a process by ID.

Returns: Status information

Input Schema

NameRequiredDescriptionDefault
device_idNoOptional ID of the device where the process is running. Uses smart selection when omitted.
pidYesThe ID of the process to kill.

Input Schema (JSON Schema)

{ "properties": { "device_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional ID of the device where the process is running. Uses smart selection when omitted.", "title": "Device Id" }, "pid": { "description": "The ID of the process to kill.", "title": "Pid", "type": "integer" } }, "required": [ "pid" ], "type": "object" }

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/rmorgans/frida-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server