Evmole MCP Server

EVMole is a powerful library that extracts information from Ethereum Virtual Machine (EVM) bytecode, including function selectors, arguments, state mutability, persistent and transient storage layouts, and CBOR metadata, even for unverified contracts. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-15 · ★ 461 · #24 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Evmole

Claude Code

claude mcp add cdump-evmole -- npx -y evmole-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package evmole-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.cdump is GitHub-verified and matches the repo owner

03 · What Evmole can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

See benchmark/README.md for the methodology and commands to reproduce these results versions: evmole v0.9.3; whatsabi v0.25.0; sevm v0.7.4; evm-hound-rs v0.1.4; heimdall-rs v0.9.3

Latest releases

0.9.3 · 2026-07-31

Changes since previous release: · release 0.9.3 · Fix github release, 2nd attempt

0.9.0 · 2026-07-30

Changes since previous release: · release 0.9.0 · update benchmark results · improve vyper O(1) quality · cargo & npm update · add dispatch = abi|fallback · configurable calldata length · extract solc version · fix…

0.8.6 · 2026-07-23

Changes since previous release: · release 0.8.6 · update evmole benchmark results, small readme changes · fix Makefile · fix possible index out of bounds · state_mutability: add LOGx, ADDRESS, CALLVALUE and GAS…

04 · Who maintains Evmole

EVMole is maintained by cdump. It's the only MCP server we track from this author; the repo dates to Nov 2023.

05 · Facts

category
cloud infrastructure - ranked #24 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-31)
registry
io.github.cdump/evmole (active, first published 2026-07-31)
packages
npm:evmole-mcp

06 · Evmole FAQ

What is Evmole?

EVMole is a powerful library that extracts information from Ethereum Virtual Machine (EVM) bytecode, including function selectors, arguments, state mutability, persistent and transient storage layouts, and CBOR metadata, even for unverified contracts. It runs locally over stdio via the published package.

Is Evmole still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-15 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Evmole?

Run `npx -y evmole-mcp`. You can also paste the ready-made client config above.

Does Evmole run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Evmole

More cloud infrastructure MCP servers · Agent^rider · Nable · Pumpclaw · Shodai Agreements

More Rust MCP servers · Aptu Coder · Codescene MCP Server · Synaptic Code Intelligence · Context Foundry · RAG Rat · see all