idamesh
Rank #36,611io.github.JordanRO2/idamesh
MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.
idamesh is a Model Context Protocol (MCP) server published by jordanro2. It ranks #36,611 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. idamesh is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 9, 2026 and most recently updated on Jul 9, 2026.
Ranks ahead of 95,502 of 132,113 servers on MCP Toplist.
Use idamesh
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add idamesh -e "IDADIR=<your IDADIR>" -- uvx idamesh workerReplace each placeholder with your own value before saving.
[mcp_servers.idamesh]
command = "uvx"
args = ["idamesh", "worker"]
[mcp_servers.idamesh.env]
IDADIR = "<your IDADIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh",
"worker"
],
"env": {
"IDADIR": "<your IDADIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh",
"worker"
],
"env": {
"IDADIR": "<your IDADIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"idamesh": {
"type": "stdio",
"command": "uvx",
"args": [
"idamesh",
"worker"
],
"env": {
"IDADIR": "<your IDADIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh",
"worker"
],
"env": {
"IDADIR": "<your IDADIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh",
"worker"
],
"env": {
"IDADIR": "<your IDADIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.JordanRO2%2Fidamesh)<a href="https://mcptoplist.com/server/io.github.JordanRO2%2Fidamesh"><img src="https://mcptoplist.com/badge/io.github.JordanRO2%2Fidamesh.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jordanro2
Other servers by jordanro2
View all jordanro2 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains idamesh?
- idamesh is maintained by jordanro2, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is idamesh listed on the Official MCP Registry?
- Yes — idamesh is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does idamesh have?
- MCP Toplist tracks 1 version of idamesh, most recently published on Jul 9, 2026.
- Where can I find the source code for idamesh?
- The source code for idamesh is hosted at github.com/jordanro2/idamesh.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.