MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.
claude mcp add idamesh -- uvx idamesh
claude_desktop_config.json
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"idamesh": {
"type": "stdio",
"command": "uvx",
"args": [
"idamesh"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.JordanRO2--idamesh/reviews or the review_server meta-tool.
POST /mcp