Skip to main content
Glama

Frida MCP

by rmorgans

spawn_process

Launch a program or application on a device for dynamic instrumentation and runtime analysis using Frida's capabilities.

Instructions

Spawn a program.

Returns: Information about the spawned process

Input Schema

NameRequiredDescriptionDefault
argsNoOptional list of arguments for the program.
device_idNoOptional ID of the device where the program should be spawned. Uses smart selection when omitted.
programYesThe program or application identifier to spawn.

Input Schema (JSON Schema)

{ "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Optional list of arguments for the program.", "title": "Args" }, "device_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional ID of the device where the program should be spawned. Uses smart selection when omitted.", "title": "Device Id" }, "program": { "description": "The program or application identifier to spawn.", "title": "Program", "type": "string" } }, "required": [ "program" ], "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