Skip to content
Zed

evmscope for Zed

io.github.calintzy/evmscope

EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.

client:Zed transport:stdio runtime:npm

Install evmscope in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "evmscope": {
      "command": "npx",
      "args": [
        "-y",
        "evmscope"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

evmscope in other clients