> For the complete documentation index, see [llms.txt](https://docs.hex-rays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hex-rays.com/core/mcp.md).

# IDA MCP

The official Hex-Rays IDA MCP Server, connecting humans and AI agents to work on IDA databases simultaneously.

## Basic Resources

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Overview</td><td><a href="/core/mcp/overview.md">Overview</a></td></tr><tr><td>Getting Started</td><td><a href="/core/mcp/getting-started.md">Getting Started</a></td></tr></tbody></table>

## Going deeper

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Multiplexing</td><td><a href="/core/mcp/concepts/multiplexing.md">Multiplexing</a></td></tr><tr><td>Comparing AI Tools</td><td><a href="/core/mcp/concepts/where-mcp-fits.md">Comparing AI Tools</a></td></tr></tbody></table>

## Try it yourself

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Solving a multi-binary challenge with IDA MCP</strong></td><td>Let a coding agent coordinate analysis across multiple related binaries in one session</td><td><a href="/core/mcp/how-tos/solving-a-multi-binary-challenge-with-ida-mcp.md">Solving a multi-binary challenge with IDA MCP</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hex-rays.com/core/mcp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
