Skip to main content
Glama

Frida MCP

by rmorgans

get_process_by_name

Locate running processes on mobile or desktop systems by name using Frida's dynamic instrumentation for analysis and reverse engineering tasks.

Instructions

Find a process by name.

Input Schema

NameRequiredDescriptionDefault
device_idNoOptional ID of the device to search the process on. Uses smart selection when omitted.
nameYesThe name (or part of the name) of the process to find. Case-insensitive.

Input Schema (JSON Schema)

{ "properties": { "device_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional ID of the device to search the process on. Uses smart selection when omitted.", "title": "Device Id" }, "name": { "description": "The name (or part of the name) of the process to find. Case-insensitive.", "title": "Name", "type": "string" } }, "required": [ "name" ], "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