Add Granola MCP server to registry #857
Open
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
name: Add a new MCP server
about: Requests for adding a new MCP server to the Docker Catalog
title: ""
labels: submission
assignees: ""
MCP Server Information
Server Name:
Repository URL:
Brief Description:
Basic Requirements
Submitter Checklist
task validate -- --name SERVER_NAMEtask build -- --tools SERVER_NAMEOverview
This PR adds the Granola MCP Server to the Docker MCP Registry, enabling seamless integration with Granola's meeting notes and transcription platform.
What It Does
The Granola MCP Server provides AI assistants and applications with access to your Granola meeting data, including:
Meeting transcripts and notes
Meeting metadata (dates, participants, duration)
Search and filter capabilities across meetings
Automatic task extraction from meetings
This allows Claude, Manus, and other AI tools to understand your meeting context, summarize discussions, extract action items, and provide intelligent meeting-related assistance.
Features
Local Data Access: Reads from your local Granola cache file
Privacy-First: Runs in Docker containers on your machine
Easy Integration: Works with Docker Desktop MCP Toolkit
No API Keys Required: Uses local file system access
Setup Instructions
Install Docker Desktop
Add the Granola MCP server from the Docker MCP Catalog
Configure the path to your Granola cache file (typically ~/Library/Application Support/Granola/cache-v3.json on macOS)
Restart your AI application (Claude, Manus, etc.)
Start asking about your meetings!
Use Cases
Summarize key decisions from recent meetings
Extract action items and owners
Search across meeting transcripts
Get context on discussed topics
Prepare meeting notes and follow-ups
Technical Details
Image: dommonkhouse/granola-mcp-server:latest
Source: https://github.com/proofgeist/granola-ai-mcp-server
License: MIT
Category: Meeting Notes / Productivity