agentseal for Zed
io.github.joeybrar/agentseal
Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.
client:Zed
transport:stdio
runtime:npm
Install agentseal in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentseal": {
"command": "npx",
"args": [
"-y",
"agentseal-mcp"
],
"env": {
"AGENTSEAL_API_KEY": "<AGENTSEAL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs