mcp capstone for Zed
io.github.daedalus/mcp-capstone
MCP server exposing Capstone 5.0.7 disassembly framework
client:Zed
transport:stdio
runtime:pypi
Install mcp capstone in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-capstone": {
"command": "uvx",
"args": [
"mcp-capstone"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs