Odel
EVMole

EVMole

Local
@cdump462RustMITUpdated 3w ago

Local structured analysis of deployed EVM runtime bytecode

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmevmole-mcpv0.9.3

Run

npx -y evmole-mcp

MCP client config

{
  "mcpServers": {
    "evmole": {
      "command": "npx",
      "args": [
        "-y",
        "evmole-mcp"
      ]
    }
  }
}