Zas for Zed
io.github.soke1556/zas-agent
Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.
client:Zed
transport:stdio
runtime:npm
Install Zas in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"zas-agent": {
"command": "npx",
"args": [
"-y",
"zas-agent"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs