Skip to content
Zed

SEAL for Zed

net.seal/mcp

Large files and secrets between people and agents, never through the chat or the model.

client:Zed transport:stdio runtime:npm

Install SEAL in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sealnet-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SEAL in other clients