Skip to main content
Glama

Frida MCP

by rmorgans

create_interactive_session

Attach to a running process to establish an interactive REPL session for executing commands and scripts, enabling dynamic instrumentation and runtime analysis.

Instructions

Create an interactive REPL-like session with a process.

This returns a session ID that can be used with execute_in_session to run commands. Returns: Information about the created session

Input Schema

NameRequiredDescriptionDefault
device_idNoOptional ID of the device where the process is running. Uses smart selection when omitted.
process_idYesThe ID of the process to attach to for creating an interactive session.

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" }, "process_id": { "description": "The ID of the process to attach to for creating an interactive session.", "title": "Process Id", "type": "integer" } }, "required": [ "process_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