MCP Server
MCP
idamesh
MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.
Install
uvx idamesh
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "idamesh",
"version": "1.0.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "MCP subcommand. 'worker' serves a single IDA database over stdio; 'supervisor' fronts multiple databases behind one endpoint; 'install' registers the resident GUI plugin.",
"value": "worker",
"type": "positional",
"valueHint": "subcommand"
}
],
"environmentVariables": [
{
"description": "Path to the licensed IDA Pro installation, used to locate idalib/idapro. Required if IDA's Python API is not already importable on PYTHONPATH.",
"format": "string",
"name": "IDADIR"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment