For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
OpenClaw manages MCP servers through itsopenclaw mcp commands and stores them in ~/.openclaw/openclaw.json. You add Reap as a streamable HTTP server with OAuth, sign in, and pick the workspace OpenClaw is allowed to use.
Before You Start
- Your Reap workspace must be on a paid plan with API access enabled.
- Install OpenClaw and have your gateway running.
- You need access to the Reap workspace you want to connect.
Reap MCP Server URL
Add Reap To OpenClaw
1
Add the server
2
Sign in to Reap
3
Choose a workspace and authorize
Sign in to Reap, select the workspace OpenClaw is allowed to use, and click Authorize.
4
Reload the server
Edit The Config Directly
If you prefer to edit the file, the entry lives undermcp.servers in ~/.openclaw/openclaw.json:
The canonical field is
transport: "streamable-http". OpenClaw also accepts the CLI-native type: "http" alias when saved through openclaw mcp set, and openclaw doctor --fix normalizes it.Confirm The Connection Works
Troubleshooting
- Server unhealthy? Run
openclaw mcp doctororopenclaw mcp probe reapto see the connection error. - Tools missing after login? Run
openclaw mcp reload, then restart the gateway process. - Login loop? Run
openclaw mcp logout reapfollowed byopenclaw mcp login reapto start a clean OAuth flow. - Wrong workspace? Log out, log in again, and pick the correct workspace on the Reap authorization screen.