three.ws Provenance for Zed
io.github.nirholas/provenance-mcp
Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.
client:Zed
transport:stdio
runtime:npm
Install three.ws Provenance in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/provenance-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>",
"THREE_WS_TOKEN": "<THREE_WS_TOKEN>",
"THREE_WS_SIGNER_KEY": "<THREE_WS_SIGNER_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs