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
{
"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