> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ohmyho.st/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect your agent

The ohmyho.st MCP server lets your agent deploy apps, check status, connect domains, inspect usage and export databases.

## 1. Install

Requires Node.js 22 or newer. Works on macOS, Linux and native Windows.

```
npm install --global https://ohmyho.st/releases/0.1.0-beta.27/ohmyhost-product-cli-0.1.0-beta.27.tgz https://ohmyho.st/releases/0.1.0-beta.27/ohmyhost-mcp-0.1.0-beta.27.tgz
ohmyhost login --json
```

Follow the sign-in link.

## 2. Add the MCP server

Add this local server to your agent's MCP settings:

```
{
  "mcpServers": {
    "ohmyho": {
      "command": "ohmyhost-mcp",
      "env": { "OHMYHOST_ENVIRONMENT": "production" }
    }
  }
}
```

Keep any other configured servers. Client settings formats can differ; your agent can add this command using its own MCP setup. Reload the connection if requested, then ask it to list the ohmyho.st tools and Skills.

The current server runs locally and uses your CLI login. A hosted URL-only connection is not available yet.

## 3. Ask your agent

> Deploy this GitHub project to ohmyho.st.

> Check whether my domain and email are ready.

> Show this month's usage by project.

> Export my database using the password file I selected.

[Agent Skills](/skills) provide the workflow for each task. Project tools link to a shared project note with current status and unfinished actions, so another session can pick up where you left off.

[CLI guide](/cli) · [API reference](https://ohmyho.st/api)
