Skip to content
Zed

zkverify for Zed

io.github.zkarchitect/zkverify

Cryptographically verifiable blockchain data with Merkle proofs + ECDSA signing.

client:Zed transport:stdio runtime:npm

Install zkverify in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "zkverify": {
      "command": "npx",
      "args": [
        "-y",
        "zkverify-mcp"
      ],
      "env": {
        "ZKVERIFY_URL": "<ZKVERIFY_URL>"
      }
    }
  }
}

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

zkverify in other clients