r0idamcp
@r0ysue
About r0idamcp
r0idamcp is a SSE protocal MCP server IDA pro plugin designed for automatic reverse engineering with LLM assistant
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"r0idamcp": {
"url": "http://192.168.1.2:26868/sse",
"type": "sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is r0idamcp?
r0idamcp is a single-file MCP server that integrates with IDA Pro to enable large-model-driven automated reverse engineering. It consolidates features from multiple existing projects with minimal dependencies—only FastMCP 2.0—and works with any MCP‑capable AI assistant.
How to use r0idamcp?
Install the r0idamcp.py file in the IDA Pro plugins directory (e.g., %appdata%\Hex-Rays\IDA Pro\plugins on Windows). Ensure fastmcp is installed via pip in IDA’s Python environment. In IDA, go to Edit → Plugins → r0mcp to start the SSE server on port 26868. Configure your MCP client with the SSE URL http://<IDA-machine-IP>:26868/sse.
Key features of r0idamcp
- Provides 20+ MCP tools for IDA Pro reverse engineering
- No
uvor specific Python version required outside IDA - Supports all MCP clients without extra dependencies
- Single-file code with one-to-one tool-to-function mapping
- Uses SSE transport for real‑time communication
Use cases of r0idamcp
- Automatically rename functions and variables in an IDB
- Decompile functions or disassemble to machine code
- Search and list strings or functions for analysis
- Add comments, set types, and declare C structures
FAQ from r0idamcp
What are the dependencies for r0idamcp?
IDA Pro 8.3 or higher (9.0 recommended), FastMCP 2.0 installed via pip, and IDA’s built‑in Python. No system‑wide uv or Python version is needed.
How do I connect a MCP client to r0idamcp?
The server listens at http://0.0.0.0:26868/sse after starting. Configure your client with the appropriate IP address of the IDA machine (e.g., http://192.168.1.2:26868/sse) and set the transport type to SSE.
What if IDA and the MCP client run on the same machine?
Change 0.0.0.0 to 127.0.0.1 in the server source code so the server only listens on localhost.
What tools does r0idamcp expose?
Tools include decompile_function, rename_function, set_comment, list_functions, search_strings, get_xrefs_to, and more. The full list is documented in the README.
Does r0idamcp support authentication?
No authentication mechanism is mentioned; the server accepts connections from any client that can reach the IP and port.
Frequently asked questions
What are the dependencies for r0idamcp?
IDA Pro 8.3 or higher (9.0 recommended), FastMCP 2.0 installed via pip, and IDA’s built‑in Python. No system‑wide `uv` or Python version is needed.
How do I connect a MCP client to r0idamcp?
The server listens at `http://0.0.0.0:26868/sse` after starting. Configure your client with the appropriate IP address of the IDA machine (e.g., `http://192.168.1.2:26868/sse`) and set the transport type to SSE.
What if IDA and the MCP client run on the same machine?
Change `0.0.0.0` to `127.0.0.1` in the server source code so the server only listens on localhost.
What tools does r0idamcp expose?
Tools include `decompile_function`, `rename_function`, `set_comment`, `list_functions`, `search_strings`, `get_xrefs_to`, and more. The full list is documented in the README.
Does r0idamcp support authentication?
No authentication mechanism is mentioned; the server accepts connections from any client that can reach the IP and port.
Basic information
More AI & Agents MCP servers

Competitor Tracker & Co.
Competitor Tracker & Co.Competitor Tracker & Co. watches your competitors' websites and tells you what changed. Every week it crawls their pricing, product, messaging and corporate pages, detects the changes that matter, and files a tagged, ran
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments