ZynoHosting for Zed
io.github.zyno-io/zynohosting
Manage ZynoHosting sites and create, discover, embed, and configure ZynoForms through local stdio.
client:Zed
transport:stdio
runtime:npm
Install ZynoHosting in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"zynohosting": {
"command": "npx",
"args": [
"-y",
"@zyno-io/zynohosting"
],
"env": {
"ZYNOHOSTING_MCP_ROOTS": "<ZYNOHOSTING_MCP_ROOTS>",
"ZYNOHOSTING_API_KEY": "<ZYNOHOSTING_API_KEY>",
"ZYNO_SUITE_API_URL": "<ZYNO_SUITE_API_URL>",
"ZYNO_AUTH_API_URL": "<ZYNO_AUTH_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs