Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

agentseal in other clients