All connection guides
Cursor

Connect Cursor

Remote MCP · OAuth

Drop Agami into your Cursor mcp.json and authenticate in the browser.

No signup required

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

Cursor (IDE)

For developers

Add Agami to your project-level .cursor/mcp.json (or the global ~/.cursor/mcp.json). Cursor follows the MCP authorization spec, on first connect it opens your browser, runs OAuth with PKCE, and stores the token. No static key needed.

.cursor/mcp.json
{
  "mcpServers": {
    "agami": {
      "url": "https://public.agami.ai/mcp"
    }
  }
}

Cursor uses the mcpServers key with a bare url field (no type). OAuth has been supported since Cursor v1.0.

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

Ask your first question

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

Cursor 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.