GRANOVA

Connecting your AI

Connect Granova to Cursor

Updated 2026-08-13

Live path: one deeplink from /connect adds Granova and auto-discovers OAuth. Cursor needs the desktop app. No key to paste.

Connect (OAuth / deeplink)

  1. Go to /connect and choose Cursor.
  2. The deeplink opens Cursor and writes the Granova server into your MCP config.
  3. Approve the OAuth prompt in your browser. Sign in to Granova with Google (preferred) or a magic link. You should land on an Approve screen, not the Connect page.
  4. Back in Cursor, ask: what experts are on Granova?

Advanced: Bearer key

Only if the deeplink failed or you prefer a static key. Add this to ~/.cursor/mcp.json (or your project's MCP config), replacing YOUR_API_KEY with the key shown once on /setup, then reload Cursor:

{
  "mcpServers": {
    "granova": {
      "url": "https://api.granova.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

If tools don't appear

Reload the Cursor window first. If the Granova tools still don't show, see Troubleshooting for the 401 and header-mangling cases.

Still stuck? Email support@granova.ai or use the contact form.