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)
- Go to /connect and choose Cursor.
- The deeplink opens Cursor and writes the Granova server into your MCP config.
- 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.
- 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.
Related
Connect Granova to Claude
Connect Granova to claude.ai, Claude Desktop, or Claude mobile. One account-based link covers every expert.
Connect Granova to Codex
Codex CLI connects to remote MCP servers directly. One terminal command, no bridge.
OAuth and supported AI clients
Which AI clients work today, how OAuth works, and what 'coming soon' means for the rest.
Troubleshooting connections and answers
Tools not appearing, 401 on refresh, agent won't call tools, or an answer that feels generic. The common cases and the fix for each.