vnsh for Zed
io.github.raullenchai/vnsh
Portable workspaces for AI agents: one encrypted link any agent can read and write
client:Zed
transport:stdio
runtime:npm
Install vnsh in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vnsh": {
"command": "npx",
"args": [
"-y",
"vnsh-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs