mcpbeat Sign in

idamesh MCP Server

by jordanro2 Your server? Claim it
local only

idamesh runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from pypi. Last commit 25 Jul 2026.

MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.

Installs per day peak 21 · avg 10 · -23% w/w
a month agotoday
54
Installs / week
pypi · idamesh
1
Stars
0 open issues
25 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add idamesh -- uvx idamesh
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "idamesh": {
      "args": [
        "idamesh"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.idamesh]
command = "uvx"
args = ["idamesh"]
.cursor/mcp.json
{
  "mcpServers": {
    "idamesh": {
      "args": [
        "idamesh"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "idamesh": {
      "args": [
        "idamesh"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: IDADIR (Path to the licensed IDA Pro installation, used to locate idalib/idapro. Required if IDA's Python API is not already importable on PYTHONPATH.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to idamesh

same job, measured the same way
Upwork
by wmarceau

MCP server for Upwork job discovery, client analysis, and proposal assistance

48 installs/wk local only
Defiguard MCP
by kota1026

DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co...

33 installs/wk local only
sigrok MCP Server
by kenosinc

Wraps sigrok-cli for signal analysis: capture data, decode protocols, and query instruments.

local only
I
Depyler MCP
by noahgift

MCP server for Depyler: Python-to-Rust transpiler with analysis and verification tools

local only
Brave DevTools MCP
by triuzzi

MCP server and CLI for Brave DevTools

664 installs/wk local only
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
Swotpal MCP Server
by aprilelevengo

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

23 installs/wk local only
Mercury Spec Ops
by n0zer0d4y

Modular MCP server for dynamic prompt generation and software development analysis tools

30 installs/wk local only

idamesh — questions

Answers built from our own checks of this server.

Why is there no uptime for idamesh?
idamesh runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package idamesh was installed 54 times last week.
How do I connect idamesh?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls idamesh straight from pypi; nothing to host, nothing to sign up for.
How many people use idamesh?
The pypi package idamesh was installed 54 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is idamesh open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.