Frida MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRIDA_DEFAULT_DEVICE | No | Environment variable for setting the default Frida device | |
| FRIDA_DEFAULT_REMOTE | No | Environment variable for setting the default remote Frida endpoint | |
| FRIDA_DEVICE_FALLBACKS | No | Environment variable for controlling automatic device discovery fallback order |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| enumerate_processesA | List all processes running on the system. |
| enumerate_devicesA | List all devices connected to the system. |
| configure_remote_deviceB | Connect to a remote Frida server and make it available for future requests. |
| get_deviceC | Get a device by its ID. |
| get_usb_deviceC | Get the USB device connected to the system. |
| get_local_deviceC | Get the local device. |
| get_process_by_nameC | Find a process by name. |
| attach_to_processC | Attach to a process by ID. |
| spawn_processC | Spawn a program. |
| resume_processC | Resume a process by ID. |
| kill_processC | Kill a process by ID. |
| create_interactive_sessionB | Create an interactive REPL-like session with a process. |
| execute_in_sessionA | Execute JavaScript code within an existing interactive Frida session. |
| get_session_messagesA | Retrieve and clear messages sent by persistent scripts in a session. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_version | Get the Frida version. |
| get_processes_resource | Get a list of processes from the currently selected default device as a readable string. |
| get_devices_resource | Get a list of all devices as a readable string. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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