Multi-instance IDA MCP server — Rust coordinator + C++ idalib workers. 60 tools, 100 concurrent slots.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ida-hive": {
"command": "npx",
"args": [
"-y",
"yynps737/ida-hive"
]
}
}
}
Run in terminal:
claude mcp add ida-hive npx -y yynps737/ida-hive
Add to .cursor/mcp.json:
{
"mcpServers": {
"ida-hive": {
"command": "npx",
"args": [
"-y",
"yynps737/ida-hive"
]
}
}
}