Skip to content

Ethereum Address Validator for Zed

io.github.nirholas/validation-mcp-server

Validate Ethereum addresses, keys, checksums, keccak256 hashes, function selectors, ENS

client:Zed transport:stdio runtime:pypi

Install Ethereum Address Validator in Zed

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

{
  "context_servers": {
    "validation-mcp-server": {
      "command": "uvx",
      "args": [
        "validation-mcp-server"
      ]
    }
  }
}

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

Ethereum Address Validator in other clients