# Ida Mcp Bridge

> Minimal CLI companion for calling ida-pro-mcp over SSE from shell scripts, lightweight agents, and general AI workflows.

- **Type:** MCP server
- **Install:** `agentstack add mcp-m0th9n-ida-mcp-bridge`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [M0th9n](https://agentstack.voostack.com/s/m0th9n)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [M0th9n](https://github.com/M0th9n)
- **Source:** https://github.com/M0th9n/ida-mcp-bridge

## Install

```sh
agentstack add mcp-m0th9n-ida-mcp-bridge
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ida_mcp_bridge

Minimal CLI companion for using `ida-pro-mcp` from shell scripts, lightweight agents, and general AI workflows.

This project is not a replacement for `ida-pro-mcp`. It is a thin bridge for cases where you want a simple CLI instead of a full MCP client.

## When It Helps

- call IDA MCP tools from a terminal
- script repeatable reverse-engineering actions
- connect a general AI workflow to IDA over stdin/stdout, files, and shell commands

Typical setup:

- IDA Pro + `ida-pro-mcp` run in the same environment
- `ida_mcp_bridge` runs wherever your shell or AI tooling runs
- the bridge connects to the SSE endpoint exposed by `ida-pro-mcp`

## Quick Start

```powershell
python bridge.py --url http://127.0.0.1:8744/sse check
python bridge.py --url http://127.0.0.1:8744/sse tools
python bridge.py --url http://127.0.0.1:8744/sse call get_metadata --extract structured
```

For Windows PowerShell, prefer `--arguments-file` over inline JSON.

```powershell
python bridge.py --url http://127.0.0.1:8744/sse call decompile_function --arguments-file examples/decompile_function.json
```

## Main Commands

- `check`: validate connectivity and fetch current metadata
- `tools`: list tools exposed by the MCP server
- `call`: invoke any tool by name
- `clean`: remove `.cache/` and other temporary local artifacts

## Cache

- cache is opt-in via `--cache`
- default cache directory: `.cache/`
- cache files are ignored by git

Examples:

```powershell
python bridge.py --url http://127.0.0.1:8744/sse check --cache
python bridge.py --url http://127.0.0.1:8744/sse call get_metadata --cache
```

## VM Notes

If IDA runs inside a VM, `127.0.0.1` only works from inside that same VM.

- `ida-pro-mcp --transport` uses a transport address such as `http://0.0.0.0:8744`
- `bridge.py --url` uses the reachable SSE address, usually `http://:8744/sse`

Do not use these from the host:

- `http://0.0.0.0:8744/sse`
- `http://127.0.0.1:8744/sse` unless the bridge runs inside that same VM

## Files

- [README.zh-CN.md](E:\新建文件夹\ida_mcp_bridge\README.zh-CN.md): Chinese README
- [SECURITY.md](E:\新建文件夹\ida_mcp_bridge\SECURITY.md): security notes

## Notes

- PowerShell JSON escaping can be awkward; `--arguments-file` and `--arguments-stdin` are usually more reliable
- `--extract content-text` only works when the response actually contains text content entries
- this repository intentionally ignores temporary analysis artifacts and cache files

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [M0th9n](https://github.com/M0th9n)
- **Source:** [M0th9n/ida-mcp-bridge](https://github.com/M0th9n/ida-mcp-bridge)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-m0th9n-ida-mcp-bridge
- Seller: https://agentstack.voostack.com/s/m0th9n
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
