Skip to main content
OpenClaw can connect to Bilt directly with its streamable-http transport.

Configure Bilt

Edit ~/.openclaw/openclaw.json and add Bilt under mcp.servers:
Keep this file owner-readable and do not commit it. The 610-second request timeout covers Bilt workflows that may run for up to ten minutes. Reload or restart the OpenClaw process that owns MCP clients, then verify the live connection:
Inspect the saved entry without connecting:

Troubleshooting

Set "transport": "streamable-http" explicitly. OpenClaw defaults an omitted transport to SSE.
Confirm the static Authorization header contains Bearer bilt_live_.... Do not set "auth": "oauth"; OAuth mode ignores the static Authorization header.
Keep requestTimeoutMs at 610000 or higher. The connection timeout controls only initial connection establishment and may remain lower.

Migrating from legacy SSE

Change /mcp/sse to /mcp, set the transport to streamable-http, and keep the API key in headers. Remove old mcpServers configuration; current OpenClaw stores client servers under mcp.servers.