Skip to content
Zed

resolve for Zed

dev.forestrie/resolve

Fetches receipts, genesis and accumulator snapshots for @forestrie/mcp-verify and labels provenance

client:Zed transport:stdio runtime:npm

Install resolve 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": {
    "resolve": {
      "command": "npx",
      "args": [
        "-y",
        "@forestrie/mcp-resolve"
      ],
      "env": {
        "FORESTRIE_BASE_URL": "<FORESTRIE_BASE_URL>",
        "FORESTRIE_RPC_URL": "<FORESTRIE_RPC_URL>"
      }
    }
  }
}

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

resolve in other clients