All connection guides
OpenClaw

Connect OpenClaw

Remote MCP · OAuth

Add Agami to OpenClaw with one CLI command and an OAuth login.

No signup required

There's nothing to sign up for first. Add the Agami MCP server to OpenClaw using the URL below, then Connect. The first time you connect, OpenClaw hands you to Agami's sign-in: choose Google or Microsoft, and a demo account is created on the spot. No API key.

MCP server URL
https://public.agami.ai/mcp

OpenClaw (CLI)

For developers

OpenClaw acts as an MCP client. Define Agami as a remote server with openclaw mcp set over the streamable-http transport, then run openclaw mcp login to complete the OAuth flow in your browser. The definition is stored in ~/.openclaw/openclaw.json under mcp.servers.

bash
# Define Agami as a remote MCP server (streamable HTTP + OAuth)
openclaw mcp set agami '{"url":"https://public.agami.ai/mcp","transport":"streamable-http","auth":"oauth"}'

# Start the OAuth flow, OpenClaw prints an authorization URL to open in your browser
openclaw mcp login agami
# After you approve in the browser, finish with the returned code:
openclaw mcp login agami --code <code-from-browser>

# Reload runtimes and confirm the connection
openclaw mcp reload
openclaw mcp status --verbose

Equivalent entry in ~/.openclaw/openclaw.json: { "mcp": { "servers": { "agami": { "url": "https://public.agami.ai/mcp", "transport": "streamable-http", "auth": "oauth" } } } }

  • OpenClaw stores MCP servers centrally in ~/.openclaw/openclaw.json under mcp.servers; once added, every agent on the gateway can use Agami's tools.
  • OAuth login is two-step, openclaw mcp login prints a URL, then you re-run it with --code. Run openclaw mcp reload after any config change.
  • Use a current OpenClaw version; the streamable-http transport is the supported remote path (SSE is legacy).

Prefer to run it locally?

LiteBI is our open-source distribution: the same engine, fully on your machine. Point it at your own database and connect OpenClaw to the local MCP server.

Ask your first question

Add the server URL to OpenClaw, sign in with Google or Microsoft, and ask. The demo is free.

OpenClaw and its logo are trademarks of their owner. Agami is not affiliated with, endorsed by, or sponsored by them. Setup steps live on the vendor's official documentation, linked above, and may change. Verified 2026-05-31.