Skip to main content
Glama

IDA Pro MCP

MIT License
3,770
  • Linux
  • Apple
pyproject.toml903 B
[project] name = "ida-pro-mcp" version = "1.4.0" description = "Vibe reversing with IDA Pro" readme = "README.md" requires-python = ">=3.11" authors = [{ name = "mrexodia" }] keywords = ["ida", "mcp", "llm", "plugin"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", ] dependencies = [ "mcp>=1.6.0", ] [project.urls] Repository = "https://github.com/mrexodia/ida-pro-mcp" Issues = "https://github.com/mrexodia/ida-pro-mcp/issues" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [dependency-groups] dev = [ "mcp[cli]>=1.6.0", ] [project.scripts] ida-pro-mcp = "ida_pro_mcp.server:main" idalib-mcp = "ida_pro_mcp.idalib_server:main"

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/mrexodia/ida-pro-mcp'

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