> ## Documentation Index
> Fetch the complete documentation index at: https://darwin.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw

> Connect an OpenClaw coding agent to Darwin through MCP.

Add Darwin to the OpenClaw gateway configuration:

```json theme={null}
{
  "mcp": {
    "servers": {
      "darwin": {
        "url": "https://mcp.darwin.so/mcp",
        "transport": "streamable-http",
        "auth": "oauth"
      }
    }
  }
}
```

Run `openclaw mcp login darwin`, then verify with `openclaw mcp doctor --probe darwin`. Use per-requester OAuth when multiple users share one public gateway.

```text theme={null}
Use Darwin Search to find a harmless public capability. Show the exact result
and stop before starting work.
```

Do not infer authority from repository access, terminal access, or a successful provider connection. Darwin's current Action state is the source of truth.

[Open the checked configuration](https://github.com/darwin-studios/darwin-integrations/blob/main/configs/openclaw-mcp.json) or OpenClaw's [OAuth guide](https://docs.openclaw.ai/cli/mcp/transports).
