From 2e34ec899c571c80355e9744595d9bc97d2d413f Mon Sep 17 00:00:00 2001 From: Mike Adams <87739573+adams@users.noreply.github.com> Date: Mon, 25 May 2026 19:21:21 -0700 Subject: [PATCH] sales: add Grain to ~~conversation intelligence Included servers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `grain` server block to `sales/.mcp.json` and `Grain` to the "Included servers" column in `sales/CONNECTORS.md` alongside Fireflies. Matches the existing multi-included-server pattern in this same file (e.g., `Clay, ZoomInfo, Apollo` in `~~data enrichment`, `HubSpot, Close` in `~~CRM`). The existing tool-agnostic `~~conversation intelligence` placeholders in skills 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 --- sales/.mcp.json | 4 ++++ sales/CONNECTORS.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sales/.mcp.json b/sales/.mcp.json index 6c67b857..82694dcc 100644 --- a/sales/.mcp.json +++ b/sales/.mcp.json @@ -36,6 +36,10 @@ "type": "http", "url": "https://api.fireflies.ai/mcp" }, + "grain": { + "type": "http", + "url": "https://api.grain.com/_/mcp" + }, "ms365": { "type": "http", "url": "https://microsoft365.mcp.claude.com/mcp" diff --git a/sales/CONNECTORS.md b/sales/CONNECTORS.md index 2da5bb2e..dbcb7e3f 100644 --- a/sales/CONNECTORS.md +++ b/sales/CONNECTORS.md @@ -17,6 +17,6 @@ Plugins are **tool-agnostic** — they describe workflows in terms of categories | Data enrichment | `~~data enrichment` | Clay, ZoomInfo, Apollo | Clearbit, Lusha | | Email | `~~email` | Gmail, Microsoft 365 | — | | Knowledge base | `~~knowledge base` | Notion | Confluence, Guru | -| Meeting transcription | `~~conversation intelligence` | Fireflies | Gong, Chorus, Otter.ai | +| Meeting transcription | `~~conversation intelligence` | Fireflies, Grain | Gong, Chorus, Otter.ai | | Project tracker | `~~project tracker` | Atlassian (Jira/Confluence) | Linear, Asana | | Sales engagement | `~~sales engagement` | Outreach | Salesloft, Apollo |