sales: add Grain to ~~conversation intelligence Included servers alongside Fireflies#258
Open
adams wants to merge 1 commit into
Open
sales: add Grain to ~~conversation intelligence Included servers alongside Fireflies#258adams wants to merge 1 commit into
adams wants to merge 1 commit into
Conversation
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#257 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The
sales/CONNECTORS.mdtable currently listsFireflies(Included) andGong, Chorus, Otter.ai(Other options) for the~~conversation intelligencecategory. Grain (grain.com) is a sibling option in the same category and slots in cleanly via the existing tool-agnostic placeholder pattern.Changes
grainserver block tosales/.mcp.jsonpointing tohttps://api.grain.com/_/mcpGrainto the "Included servers" column insales/CONNECTORS.mdalongside Fireflies. This matches the existing multi-included-server pattern in other categories in the same file — e.g.,Clay, ZoomInfo, Apolloin~~data enrichment,HubSpot, Closein~~CRM,Google Calendar, Microsoft 365in~~calendar,Gmail, Microsoft 365in~~email.What stays the same
No changes to any skill, agent, or command. The
~~conversation intelligenceplaceholders incall-prep/SKILL.md,call-summary/SKILL.md, andcompetitive-intelligence/SKILL.mdall work as-is once Grain is wired.Why this fits the plugin's coverage
Grain skews toward smaller sales teams and individual operators who don't run Gong/Chorus, and toward product-team workflows that overlap the sales plugin (customer-interview recordings consumed by
competitive-intelligence). Today those users either install thesalesplugin and have the transcript-consuming skills sit dark, or paste transcripts manually. Adding Grain to the Included list lets the existing skill suite work for them out of the box.MCP details
Grain's MCP is publicly available at
https://api.grain.com/_/mcp. Auth is OAuth via Grain account. Reference: https://grain.com/release-note/06-18-2025 and https://developers.grain.com.Anticipated reviewer questions
.mcp.jsonalready ships both Fireflies and Grain after the patch — listing both in "Included servers" reflects what's actually bundled. Pattern is well-established elsewhere in this same file (multi-server "Included" cells in~~CRM,~~data enrichment,~~calendar,~~email). Happy to swap to "Other options" if you'd prefer the more conservative placement.HubSpot, Closefor CRM). Placing Grain after Fireflies preserves Fireflies's existing primary position. Happy to reorder.~~conversation intelligenceonly invoke MCP tools when the user has authenticated the relevant server.Linked to the coordinating issue covering this PR and the parallel
product-managementPR.Refs #257