Skip to main content
Glama

Frida MCP Server

by nonsleepr
state.ts512 B
/** * Global state management for Frida sessions and scripts */ import type * as frida from 'frida'; import type { ScriptMessage } from './types.js'; // Session management - stores active Frida sessions export const sessions: Map<string, frida.Session> = new Map(); // Script management - stores loaded scripts per session export const scripts: Map<string, frida.Script[]> = new Map(); // Message queues - stores script messages per session export const scriptMessages = new Map<string, ScriptMessage[]>();

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/nonsleepr/frida-mcp.ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server