Skip to main content
Glama
457,802 tools. Updated 2026-08-14 17:39

"Understanding MCP for IDA" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Execute Python code directly in IDA Pro's context with full access to IDA API modules, enabling automation and dynamic analysis of binaries.
    MIT
  • Discover all URLs on a website without scraping content. Use for sitemap audits, finding unindexed pages, and understanding site structure.
    MIT
  • Check the status of a previously submitted IDAPython script execution that is still running or pending, and retrieve the result when complete.
    MIT
  • Execute Python code or script files within IDA Pro to automate binary analysis. Capture output and target specific IDA instances.
    MIT
  • Check the current version of the Microsoft 365 MCP server for diagnostics and compatibility verification.
    MIT
  • Retrieve recent file system changes from watched directories to track file creations, modifications, deletions, and moves for understanding recent work.
    MIT
  • Find concurrency sites in Go code: goroutine spawns, channel sends, and sync.Mutex/WaitGroup/Once calls. Use optional term filter for race audits or async flow understanding.
    MIT
  • Analyze code files to identify top-level symbols and their structure, providing a quick overview for understanding new codebases or files.
    MIT