← Home

OpenClaw — Aurey Wallet MCP

Same one-command flow: aurey-setup provisions 1Claw and patches OpenClaw MCP config.

Setup (terminal only)

cd /path/to/aurey-wallet-mcp
uv sync --group dev
uv run aurey-setup --host openclaw

Default config file: ~/.openclaw/openclaw.json (created if missing). Override with OPENCLAW_CONFIG or --config.

Prompts (masked): 1Claw human 1ck_…, optional Alchemy.

Writes:

File Purpose
~/.aurey/mcp.env Credentials (mode 600)
~/.aurey/run-aurey-wallet-mcp.sh Wrapper (no secrets in OpenClaw JSON)
openclaw.json mcp.servers.aurey-wallet → wrapper
~/.aurey/config.toml Alchemy vault path

Example merged shape:

{
  "mcp": {
    "servers": {
      "aurey-wallet": {
        "command": "/Users/you/.aurey/run-aurey-wallet-mcp.sh",
        "enabled": true
      }
    }
  }
}

Project config:

export OPENCLAW_CONFIG=/path/to/openclaw.json
uv run aurey-setup --host openclaw
# or
uv run aurey-setup --host openclaw --config /path/to/openclaw.json

Restart the OpenClaw gateway after install.

Security

Re-install MCP only

uv run aurey-setup --host openclaw --skip-provision

Docs