Skip to main content
Augent x OpenClaw

Automatic Setup

If OpenClaw is already installed, the Augent installer detects it and configures everything automatically:
curl -fsSL https://augent.app/install.sh | bash
The installer adds the MCP server config to ~/.openclaw/openclaw.json and installs the skill to ~/.openclaw/skills/augent/.

Manual Setup

If you installed Augent before OpenClaw, run:
augent setup openclaw
This registers Augent as an OpenClaw skill and configures the MCP server.

Manual Config

Add Augent to your OpenClaw MCP config (~/.openclaw/openclaw.json):
{
  "mcpServers": {
    "augent": {
      "command": "augent-mcp"
    }
  }
}
If augent-mcp is not in PATH, use the full Python module path:
{
  "mcpServers": {
    "augent": {
      "command": "python3",
      "args": ["-m", "augent.mcp"]
    }
  }
}

Verify

Start a new OpenClaw session. Run /mcp — Augent and all 21 tools are ready.

ClawHub

Augent on ClawHub

Install Augent directly from ClawHub with one command.
npx clawhub@latest install augent