From e5283db2826cbca2dd7272eedd24bddebb3b79ae Mon Sep 17 00:00:00 2001 From: Mike Adams <87739573+adams@users.noreply.github.com> Date: Mon, 25 May 2026 19:21:47 -0700 Subject: [PATCH] product-management: add Grain to ~~meeting transcription Included servers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `grain` server block to `product-management/.mcp.json` and `Grain` to the "Included servers" column in `product-management/CONNECTORS.md` alongside Fireflies. Matches the existing multi-included-server pattern in this same file (e.g., `Linear, Asana, monday.com, ClickUp, Atlassian` in `~~project tracker`, `Amplitude, Pendo` in `~~product analytics`). The existing tool-agnostic `~~meeting transcription` placeholders already work as-is once Grain is wired — no skill, agent, or command changes required. Grain MCP: https://api.grain.com/_/mcp (launched June 2025). Refs anthropics/knowledge-work-plugins#257 Co-Authored-By: Claude Opus 4.7 --- product-management/.mcp.json | 4 ++++ product-management/CONNECTORS.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/product-management/.mcp.json b/product-management/.mcp.json index 40bb6b07..4af1f125 100644 --- a/product-management/.mcp.json +++ b/product-management/.mcp.json @@ -56,6 +56,10 @@ "type": "http", "url": "https://api.fireflies.ai/mcp" }, + "grain": { + "type": "http", + "url": "https://api.grain.com/_/mcp" + }, "google calendar": { "type": "http", "url": "" diff --git a/product-management/CONNECTORS.md b/product-management/CONNECTORS.md index aa15b5cc..cecfda36 100644 --- a/product-management/CONNECTORS.md +++ b/product-management/CONNECTORS.md @@ -16,7 +16,7 @@ Plugins are **tool-agnostic** — they describe workflows in terms of categories | Design | `~~design` | Figma | Sketch, Adobe XD | | Email | `~~email` | Gmail | Microsoft 365 | | Knowledge base | `~~knowledge base` | Notion | Confluence, Guru, Coda | -| Meeting transcription | `~~meeting transcription` | Fireflies | Gong, Dovetail, Otter.ai | +| Meeting transcription | `~~meeting transcription` | Fireflies, Grain | Gong, Dovetail, Otter.ai | | Product analytics | `~~product analytics` | Amplitude, Pendo | Mixpanel, Heap, FullStory | | Project tracker | `~~project tracker` | Linear, Asana, monday.com, ClickUp, Atlassian (Jira/Confluence) | Shortcut, Basecamp | | User feedback | `~~user feedback` | Intercom | Productboard, Canny, UserVoice |