proof layer for Zed
io.github.world-999-labs/proof-layer
Signed, hash-chained provenance receipts for AI agent actions.
client:Zed
transport:stdio
runtime:npm
Install proof layer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"proof-layer": {
"command": "npx",
"args": [
"-y",
"@proof-layer/mcp"
],
"env": {
"PROOF_LAYER_API_KEY": "<PROOF_LAYER_API_KEY>",
"PROOF_LAYER_API_URL": "<PROOF_LAYER_API_URL>",
"PROOF_LAYER_TELEMETRY": "<PROOF_LAYER_TELEMETRY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs