SEC.00 / INTEGRATION — HUTCH × OPENCLAW
Use Hutch from
OpenClaw.
API-token-based MCP for the OpenClaw runtime.
OpenClaw doesn't do interactive browser OAuth, so this connection uses a Hutch API token instead. You get the same connector and the same collections, just authenticated up front.
Drop the token in your env, register the server, and Hutch is available to every OpenClaw agent.
SEC.01 / INSTALL — 3 STEPS
Install
~/hutch/install-openclaw SETUP
01 Step 1. Set your API token
Get a token from your Hutch dashboard, then:
SHELL
echo 'HUTCH_TOKEN=<your-api-token>' >> ~/.openclaw/.env 02 Step 2. Register the MCP server
Run:
SHELL
openclaw mcp set hutch '{"url":"https://app.hutchdb.com/api/mcp","headers":{"Authorization":"Bearer ${HUTCH_TOKEN}"}}' OpenClaw resolves ${HUTCH_TOKEN} from your env file automatically.
03 Step 3. Try it
From an OpenClaw agent:
- > "Store this article in my Hutch reading-list collection."
- > "Save the bugs we just discussed to a "tickets" collection in Hutch."
- > "What collections do I have in Hutch?"
- > "Find my notes about caching in Hutch."
SEC.02 / OTHER CLIENTS — 7 MORE