Hostim for Windsurf
io.github.hostimdev/hostim
Deploy and manage apps, databases, volumes and domains on Hostim, an EU cloud hosting platform.
client:Windsurf
transport:stdio
runtime:oci
Install Hostim in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hostim": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hostimdev/cli:v0.1.36"
],
"env": {
"HOSTIM_TOKEN": "<HOSTIM_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs