What you get
| Capability | Description |
|---|---|
| Multi-channel gateway | Serves Telegram, Slack, Discord, and more from a single agent |
| Plugin SDK | Extend the agent with custom plugins |
| Native MCP | First-class Model Context Protocol support for tool servers |
| Hot-reload config | Configuration changes take effect without gateway restart |
| Built-in channels | 6 built-in channel types out of the box |
| Plugin channels | 20+ additional channels via the plugin ecosystem |
Create an OpenClaw agent
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