Hostim for Claude Desktop
io.github.hostimdev/hostim
Deploy and manage apps, databases, volumes and domains on Hostim, an EU cloud hosting platform.
client:Claude Desktop
transport:stdio
runtime:oci
Install Hostim in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hostim": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hostimdev/cli:v0.1.36"
],
"env": {
"HOSTIM_TOKEN": "<HOSTIM_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs