Skip to content
Zed

Verify SCITT receipts from Forestrie transparency logs, offline for Zed

dev.forestrie/verify

Verify a SCITT receipt under a trust root you hold — offline, no backend, no key, no network

client:Zed transport:stdio runtime:npm

Install Verify SCITT receipts from Forestrie transparency logs, offline in Zed

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

{
  "context_servers": {
    "verify": {
      "command": "npx",
      "args": [
        "-y",
        "@forestrie/mcp-verify"
      ]
    }
  }
}

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

Verify SCITT receipts from Forestrie transparency logs, offline in other clients