Skip to main content
Glama
pyproject.toml1.06 kB
[project] name = "ida-pro-mcp" version = "2.0.0" description = "Vibe reversing with IDA Pro" readme = "README.md" requires-python = ">=3.11" authors = [ { name = "mrexodia" }, { name = "can1357" }, { name = "IDA Pro MCP Contributors" }, ] 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 = [ "idapro>=0.0.7", "tomli-w>=1.0.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" [project.scripts] ida-pro-mcp = "ida_pro_mcp.server:main" idalib-mcp = "ida_pro_mcp.idalib_server:main" [tool.pyright] include = ["src/ida_pro_mcp"] [tool.ruff] exclude = ["src/ida_pro_mcp/ida_mcp/zeromcp/*.py"]

Latest Blog Posts

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