Sealed for Zed
io.github.edwardyen724-g/sealed
Per-call paid skills for AI agents, run server-side: inputs in, outputs back. The body never ships.
client:Zed
transport:stdio
runtime:npm
Install Sealed in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sealed": {
"command": "npx",
"args": [
"-y",
"sealed-mcp"
],
"env": {
"SEALED_API_URL": "<SEALED_API_URL>",
"SEALED_API_KEY": "<SEALED_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs