Content
# zed-ida-mcp
This extension integrates [IDA Pro MCP Server](https://github.com/mrexodia/ida-pro-mcp) as a context server for [Zed](https://zed.dev).
## Features
- Connects to IDA Pro MCP server to retrieve decompiled code context
- Integrates seamlessly with Zed editor
- Provides real-time code analysis feedback from IDA Pro
- Supports Minecraft Protocol analysis through IDA Pro integration
## Prerequisites
- Rust toolchain (latest stable version)
- [IDA Pro](https://hex-rays.com/ida-pro/) with [ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) plugin installed
- [Zed](https://zed.dev) editor
## Installation
TODO: Add installation instructions
## Usage
1. Start IDA Pro with ida-pro-mcp plugin
2. Connect Zed to the MCP server
3. Use Zed's context features with IDA Pro decompilation results
## Development
```bash
# Build the extension
cargo build --release
# Run tests
cargo test
```
## Configuration
TODO: Add configuration instructions
## Credits
- [ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) by mrexodia
- [Zed](https://zed.dev) editor team
## License
TODO: Add license information
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

Dify
Dify is a platform for AI workflows, enabling file uploads and self-hosting.

Zed
Zed is a high-performance multiplayer code editor from the creators of Atom.
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.