Skip to main content
Glama

Frida MCP

MIT License
62
  • Linux
  • Apple
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "frida-mcp" version = "0.1.1" description = "Model Context Protocol implementation for Frida" readme = "README.md" requires-python = ">=3.8" license = { text = "MIT" } dependencies = [ "frida>=16.0.0", "mcp>=1.5.0", ] [project.optional-dependencies] dev = [ "black", "mypy", ] [project.scripts] frida-mcp = "frida_mcp.cli:main" [tool.black] line-length = 88 target-version = ["py38"] [tool.hatch.build.targets.wheel] packages = ["src/frida_mcp"] include = [ "src/frida_mcp/*.py", "README.md", "LICENSE", ] [tool.hatch.build.targets.sdist] include = [ "src/frida_mcp/*.py", "README.md", "LICENSE", "pyproject.toml" ]

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/dnakov/frida-mcp'

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