ida-mcp-server
439
The IDA MCP Server is designed to facilitate interaction and automation with IDA using Model Context Protocols and Large Language Models. It is in early development, indicating potential for additional features and improvements over time.
Command
"mcpServers": { "git": { "command": "uvx", "args": [ "mcp-server-ida" ] } }
Command
"mcpServers": { "git": { "command": "python", "args": [ "-m", "mcp_server_ida" ] } }
Command
{ "mcpServers": { "git": { "command": "uv", "args": [ "--directory", "/<path to mcp-server-ida>", "run", "mcp-server-ida" ] } }