useopencompany/granola
v1.1.0MIT
Search and read sensitive meeting notes, folders, summaries, and transcripts through Granola's official MCP server.
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.1.0",
"description": "Search and read sensitive meeting notes, folders, summaries, and transcripts through Granola's official MCP server.",
"author": {
"name": "opencompany",
"url": "https://opencompany.com"
},
"homepage": "https://docs.granola.ai/help-center/sharing/integrations/mcp",
"repository": "https://github.com/useopencompany/plugins/tree/main/granola",
"license": "MIT",
"keywords": ["granola", "meetings", "notes", "transcripts", "research"],
"extensions": {
"so.opencompany.capabilities": {
"read": {
"label": "Check Granola account",
"defaultMode": "on",
"tools": ["get_account_info"]
},
"query": {
"label": "Read meeting content",
"defaultMode": "ask",
"tools": [
"query_granola_meetings",
"list_meeting_folders",
"list_meetings",
"get_meetings",
"get_meeting_transcript"
]
}
},
"so.opencompany.events": [
{
"id": "meeting.notes_ready",
"label": "Meeting notes ready",
"description": "Starts a workflow once Granola finishes the AI summary for a meeting.",
"delivery": "poll",
"filters": [
{
"id": "folder",
"label": "Folder",
"kind": "integration_resource",
"resourceType": "folder",
"required": false
}
]
}
]
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- so.opencompany.capabilities
- so.opencompany.events