Skip to main content
Glama

Frida MCP

by rmorgans

configure_remote_device

Connect to a remote Frida server to enable dynamic instrumentation of mobile and desktop applications for runtime analysis and reverse engineering.

Instructions

Connect to a remote Frida server and make it available for future requests.

Input Schema

NameRequiredDescriptionDefault
addressYesThe remote <host>:<port> to add.
aliasNoOptional alias used as device_id when targeting this remote.
set_as_defaultNoIf true, future requests without device_id will prefer this remote.

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The remote <host>:<port> to add.", "title": "Address", "type": "string" }, "alias": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional alias used as device_id when targeting this remote.", "title": "Alias" }, "set_as_default": { "default": false, "description": "If true, future requests without device_id will prefer this remote.", "title": "Set As Default", "type": "boolean" } }, "required": [ "address" ], "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