Connect Cursor
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.
https://public.agami.ai/mcp Cursor (IDE)
For developersAdd 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.
{
"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.
Cursor reads MCP servers from a small JSON file in your repo (or your home directory). Add the Agami block, reload, and Cursor handles the OAuth handshake in your browser on first use. After that, ask data questions right inside the editor chat while you code.
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.