Skip to content
v1.0.0Apache-2.0

Search and read your meeting notes and transcripts

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

granolastreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.granola.ai/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "granola",
  "version": "1.0.0",
  "description": "Search and read your meeting notes and transcripts",
  "license": "Apache-2.0",
  "extensions": {
    "io.github.personaljarvis": {
      "display_name": "Granola",
      "category": "Knowledge & Reading",
      "logo_slug": "granola",
      "logo_color": "A6CF8B",
      "featured": false,
      "longevity": "self_renewing",
      "auth": {
        "mode": "hosted_mcp_oauth_dcr",
        "mcp_url": "https://mcp.granola.ai/mcp",
        "discovery_url": "https://mcp.granola.ai/.well-known/oauth-protected-resource",
        "refresh_supported": true,
        "scopes": [
          "openid",
          "email",
          "profile",
          "offline_access"
        ]
      },
      "mcp_server": {
        "transport": "http",
        "url": "https://mcp.granola.ai/mcp",
        "auth_header_template": "Authorization: Bearer $plugin_granola_access_token",
        "risk_tier": "ask"
      },
      "post_install_hint_md": "Sign in to the Granola account containing your meeting notes. Available notes and transcripts follow your account permissions and plan."
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • io.github.personaljarvis