Hostim for Zed
io.github.hostimdev/hostim
Deploy and manage apps, databases, volumes and domains on Hostim, an EU cloud hosting platform.
client:Zed
transport:stdio
runtime:oci
Install Hostim in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hostim": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hostimdev/cli:v0.1.36"
],
"env": {
"HOSTIM_TOKEN": "<HOSTIM_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs