Agent Plugins Marketplace
All plugins

granola

v1.0.0

Granola MCP connects your meeting history to ChatGPT so your assistant can pull real context from past conversations while you work. Use MCP when you're already working on something bigger: - Writing PRDs or proposals: Pull customer feedback, stakeholder input, and decisions from relevant meetings directly into your draft - Building presentations or reports: Combine insights from multiple conversations with your other research and data - Coding with context: Give your AI the project background, requirements, and technical decisions discussed in planning meetings - Strategic analysis: Merge meeting insights with documents, data, and other sources for comprehensive analysis How it works: Your AI assistant can search your Granola meetings by topic, person, company, or timeframe - then cite specific conversations in its responses. No more switching tabs to find "what the customer said" or "when we decided that." The difference: Instead of copy-pasting meeting notes into prompts, your AI pulls exactly what it needs from your meeting history automatically. You stay focused on the work, not the research or context.

Codex1 MCP serverStreamable HTTP

By GranolaLicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install granola for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add granola@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “granola” remain stable.

  • Codex: granola@agent-plugin-marketplacegranola@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/granola/.

Plugin files

plugins/granola/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

granolaStreamable HTTP
url
https://mcp.granola.ai/mcp

Plugin manifests1

plugins/granola/.codex-plugin/plugin.json
{
  "apps": "./.app.json",
  "author": {
    "name": "Granola",
    "url": "https://www.granola.ai"
  },
  "description": "Granola MCP connects your meeting history to ChatGPT so your assistant can pull real context from past conversations while you work.\n\nUse MCP when you're already working on something bigger:\n\n-   Writing PRDs or proposals: Pull customer feedback, stakeholder input, and decisions from relevant meetings directly into your draft\n    \n-   Building presentations or reports: Combine insights from multiple conversations with your other research and data\n    \n-   Coding with context: Give your AI the project background, requirements, and technical decisions discussed in planning meetings\n    \n-   Strategic analysis: Merge meeting insights with documents, data, and other sources for comprehensive analysis\n    \nHow it works:\n\nYour AI assistant can search your Granola meetings by topic, person, company, or timeframe - then cite specific conversations in its responses. No more switching tabs to find \"what the customer said\" or \"when we decided that.\"\n\nThe difference:\n\nInstead of copy-pasting meeting notes into prompts, your AI pulls exactly what it needs from your meeting history automatically. You stay focused on the work, not the research or context.",
  "homepage": "https://www.granola.ai",
  "interface": {
    "capabilities": [],
    "category": "Productivity",
    "composerIcon": "./assets/composer-icon.png",
    "defaultPrompt": [
      "Summarize what happened in the Hearthbase deal so far"
    ],
    "developerName": "Granola",
    "displayName": "Granola",
    "logo": "./assets/logo.png",
    "longDescription": "Granola MCP connects your meeting history to Codex so your assistant can pull real context from past conversations while you work.\n\nUse MCP when you're already working on something bigger:\n\n-   Writing PRDs or proposals: Pull customer feedback, stakeholder input, and decisions from relevant meetings directly into your draft\n    \n-   Building presentations or reports: Combine insights from multiple conversations with your other research and data\n    \n-   Coding with context: Give your AI the project background, requirements, and technical decisions discussed in planning meetings\n    \n-   Strategic analysis: Merge meeting insights with documents, data, and other sources for comprehensive analysis\n    \nHow it works:\n\nYour AI assistant can search your Granola meetings by topic, person, company, or timeframe - then cite specific conversations in its responses. No more switching tabs to find \"what the customer said\" or \"when we decided that.\"\n\nThe difference:\n\nInstead of copy-pasting meeting notes into prompts, your AI pulls exactly what it needs from your meeting history automatically. You stay focused on the work, not the research or context.",
    "privacyPolicyURL": "https://help.granola.ai/article/privacy-policy",
    "screenshots": [],
    "shortDescription": "Add your meeting context",
    "supportURL": "https://help.granola.ai/",
    "termsOfServiceURL": "https://help.granola.ai/article/platform-terms-of-service",
    "websiteURL": "https://www.granola.ai"
  },
  "keywords": [],
  "license": "MIT",
  "name": "granola",
  "repository": "https://github.com/openai/plugins",
  "version": "1.0.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[granola on Agent Plugins Marketplace](https://pluginsmp.com/plugins/granola)