📚 resourceActiveExperimentalhigh

ida-mcp-rs

by blacktop

Headless IDA Pro MCP Server

Stars

544

Skill Type

📖 Library & API Reference

Quality Score

70/200

License

MIT

Forks

44

Last Updated

Jun 11, 2026

Discovered

Mar 28, 2026

Validation

Passed

github.com/blacktop/ida-mcp-rs

Quality Breakdown

70/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
â—‹Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
â—‹Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • MCP server designed to interface with IDA Pro, providing headless reverse engineering capabilities that could be leveraged for offensive security analysis
  • Multiple shell script test files (*.sh) that execute integration tests and bootstrapping procedures, indicating automated command execution
  • Contains crash guard C code (src/crash_guard.c) suggesting low-level system interaction and potential crash handling for long-running processes
  • Script execution handler (src/ida/handlers/script.rs) explicitly enables running arbitrary scripts within IDA Pro context
  • HTTP server implementation with request handlers that could process and execute untrusted payloads from network sources
  • Tool registry and request processing infrastructure designed to accept and execute diverse commands via MCP protocol