Skip to main content
Glama

Frida MCP Server

by nonsleepr
tsconfig.json970 B
{ "compilerOptions": { // Language and Environment "target": "ESNext", "lib": ["ESNext"], "module": "ESNext", "moduleResolution": "bundler", // Type Checking "strict": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, // Emit "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "removeComments": true, // Interop Constraints "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "verbatimModuleSyntax": true, // Completeness "skipLibCheck": true, // Bun-specific "types": ["bun-types"], "allowImportingTsExtensions": true, "noEmit": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }

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