All connection guides
Claude Code

Connect Claude Code

Remote MCP · OAuth

Add the Agami MCP server to Claude Code with one CLI command.

No signup required

There's nothing to sign up for first. Add the Agami MCP server to Claude Code using the URL below, then Connect. The first time you connect, Claude Code 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

Claude Code (CLI)

For developers

Add the server with the MCP CLI over HTTP, then run /mcp inside Claude Code to complete the OAuth login in your browser. HTTP is the recommended remote transport and the one that supports OAuth.

bash
# Add Agami's hosted MCP server (HTTP transport)
claude mcp add --transport http agami https://public.agami.ai/mcp

# Then, inside Claude Code, complete the browser OAuth login:
/mcp

OAuth is triggered automatically on the first authenticated call (or via /mcp). Scope the server with --scope local|project|user.

  • The SSE transport is deprecated; use HTTP. WebSocket does not support OAuth.

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 Claude Code to the local MCP server.

Ask your first question

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

Claude Code 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.