Skip to Content
MCP ServerOpenClaw

OpenClaw logoOpenClaw

Connect Sync GTM to OpenClaw, the self-hosted personal AI agent.

Install

  • Add the Sync GTM server to ~/.openclaw/openclaw.json under mcp.servers:
{ "mcp": { "servers": { "syncgtm": { "url": "https://api.syncgtm.com/mcp", "transport": "streamable-http", "auth": "oauth" } } } }
  • Start the browser sign-in:
openclaw mcp login syncgtm
  • Open the printed authorization URL, sign in to Sync GTM, then finish with the returned code:
openclaw mcp login syncgtm --code <code>
  • Verify the connection:
openclaw mcp probe syncgtm

With "auth": "oauth" set, no headers or token are needed — a static Authorization header is ignored.

Next steps