ALTWEB Context Loader for Zed
software.altweb/altweb-context
Loads signed ALTWEB context capsules — refuses unsigned, tampered, or untrusted by default.
client:Zed
transport:stdio
runtime:npm
Install ALTWEB Context Loader in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
],
"env": {
"ALTWEB_TRUST_FILE": "<ALTWEB_TRUST_FILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs