Skip to main content
OpenClaw is a multi-channel AI gateway with a rich plugin SDK, native MCP support, and hot-reload configuration. It comes with 6 built-in channels and 20+ plugin channels.

What you get

Create an OpenClaw agent

This boots a sandbox with OpenClaw pre-installed, an LLM key configured, and the gateway running. An instance is created automatically.

Configuration

OpenClaw uses JSON5 configuration at ~/.openclaw/openclaw.json inside the sandbox. Unlike Hermes, OpenClaw supports hot-reload — config changes take effect without restarting the gateway. To inspect or edit manually:

MCP servers

OpenClaw has native MCP support. When you install a package like gbrain, the platform adds it as an MCP server in the OpenClaw config. To see what MCP servers are configured:

Extending with packages

OpenClaw supports packages that add capabilities via MCP servers. Because of hot-reload, package installation takes effect immediately without a gateway restart.

Create an OpenClaw Agent

Step-by-step guide

oc agent CLI

CLI commands for managing agents