Skip to content
Cursor

Hostim for Cursor

io.github.hostimdev/hostim

Deploy and manage apps, databases, volumes and domains on Hostim, an EU cloud hosting platform.

client:Cursor transport:stdio runtime:oci

Install Hostim in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hostim": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hostimdev/cli:v0.1.36"
      ],
      "env": {
        "HOSTIM_TOKEN": "<HOSTIM_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Hostim in other clients