---
title: Granola | Keycard
description: AI meeting notes and transcript platform
---

Connect to the Granola MCP server to query meeting notes, list meetings, browse folders, retrieve detailed meeting information, and access full transcripts. Use natural language to search across your meeting history and surface decisions, action items, and key discussions.

Adding Granola provisions three things in your zone: an upstream resource pointing at `https://mcp.granola.ai/mcp` (kept inside Keycard), a Keycard MCP Gateway URL - the downstream resource - that you install in Cursor, Claude Code, or any MCP client, and a provider for token exchange with Granola’s OAuth issuer.

When your AI client makes a tool call, it sends a Keycard-issued access token to the gateway URL. Keycard’s STS exchanges that token for an upstream Granola token, the gateway calls the upstream MCP, and the response is proxied back. Your zone’s [identity provider](/admin/identity-providers/index.md), [access policies](/admin/access-policies/index.md), and audit log apply to every call - the upstream credential never leaves Keycard. Each call is recorded in the audit log with the user identity, the resource accessed, and the policy decision.

## Tools

TOOLS

Tools the upstream server exposes through the Keycard MCP Gateway.

Granola exposes 5 tools through the gateway:

- query\_granola\_meetings

  Query Granola about the user's meetings using natural language with inline citation links

- list\_meetings

  List the user's Granola meeting notes within a time range

- list\_meeting\_folders

  List the user's Granola meeting folders with folder ID, title, and note count

- get\_meetings

  Get detailed meeting information for one or more Granola meetings by ID

- get\_meeting\_transcript

  Get the full transcript for a specific Granola meeting by ID

## Install

INSTALL

Add Granola to your zone and install the gateway URL into Cursor, Claude Code, or any MCP client.

1. **Open the catalog**

   In your zone’s [Keycard Console](https://console.keycard.ai), go to **Applications** → **Add Application** → **Explore MCP Servers**.

2. **Find and install Granola**

   Search for `Granola` in the catalog and click **Install**.

3. **Connect your development tool**

   Once installed, Granola appears on the **Applications** page with a **Keycard MCP Gateway URL**. Use the **Install** dropdown to add it to Cursor, Claude Code, or any MCP-compatible client.

## Related

RELATED

- [Catalog overview](/admin/catalog/index.md) - browse other MCP and API servers
- [Access policies](/admin/access-policies/index.md) - control who can use Granola
- [Identity providers](/admin/identity-providers/index.md) - control who can sign in

[PreviousGitHub](/admin/catalog/mcp-servers/github/index.md)[NextHubSpot](/admin/catalog/mcp-servers/hubspot/index.md)
