Skip to main content
Glama

Frida MCP

by rmorgans

enumerate_processes

Lists all running processes on a system with their IDs and names for monitoring and analysis using Frida's dynamic instrumentation capabilities.

Instructions

List all processes running on the system.

Returns: A list of process information dictionaries containing: - pid: Process ID - name: Process name

Input Schema

NameRequiredDescriptionDefault
device_idNoOptional ID of the device to enumerate processes from. Uses smart selection when omitted.

Input Schema (JSON Schema)

{ "properties": { "device_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional ID of the device to enumerate processes from. Uses smart selection when omitted.", "title": "Device Id" } }, "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