Grain Connector for AI agents.
12 live capabilities
Pull meeting transcripts and action items into your workspace.
Waiting for input…
Why people use Grain
Grain for Solving Missing Meeting Notes
With this Connector, you can just ask your AI client to find that specific detail. It pulls the transcript, identifies the key takeaways, and lists the next steps for you in a single chat response.
What Vinkius changes
You get instant access to your meeting intelligence without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Auditing past project decisions
A product manager asks their agent to find the specific moment the budget was approved.
- Real-world use case 02
Extracting tasks from a sync
A team lead asks for a list of next steps after a long planning call.
- Real-world use case 03
Quickly recapping a client call
A sales rep needs to know the vibe of a call they missed.
Complete set · 12capabilities
The complete Grain capability set.
These are the exact actions your AI can choose when you ask it to work with Grain.
01—04
4 capabilities in this set.
Part of 12 available through Grain.
- 01 Capability
List recordings
See every meeting in your workspace. It helps you get an overview of your history quickly.
- 02 Capability
List highlights
See the curated clips people saved. It's great for finding the most important parts of a long call.
- 03 Capability
List shared clips
See all the clips shared in your workspace. This keeps your team's shared content in one place.
- 04 Capability
Get current user
See your own Grain profile. This confirms which account is currently linked.
05—08
4 capabilities in this set.
Part of 12 available through Grain.
- 05 Capability
List workspace members
See everyone in your Grain workspace. Use this to check team permissions or membership.
- 06 Capability
Get recording
Pull every detail about a specific meeting. This is your primary way to access deep data.
- 07 Capability
Get transcript
Get the full text of a meeting with timestamps and names. Use this to see exactly who said what.
- 08 Capability
Search recordings
Search your whole history for a specific keyword. This saves you from manual scrolling.
09—12
4 capabilities in this set.
Part of 12 available through Grain.
- 09 Capability
Get action items
Get a list of tasks from a recording. It's the fastest way to see what needs to get done next.
- 10 Capability
Upload video
Send a video URL to Grain for processing. This lets you turn external videos into searchable notes.
- 11 Capability
Get insights
Get the high-level summary and sentiment. This is perfect for a quick recap of a long meeting.
- 12 Capability
List tags
See all the tags you've used. It helps you keep your recordings organized by project or topic.
Set up in minutes
One URL. Then ask Grain to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Grain from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DlDejiAQX7Bcbr2S6tCYcQBo7aC5JIvOgwbM6zzO/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Grain, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Grain for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DlDejiAQX7Bcbr2S6tCYcQBo7aC5JIvOgwbM6zzO/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Grain URL.
- Step 03
Save and start
Save the connection and enable Grain in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"grain": {
"url": "https://edge.vinkius.com/vk_preview_DlDejiAQX7Bcbr2S6tCYcQBo7aC5JIvOgwbM6zzO/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Grain
Open Agent mode in chat and ask: "Using Grain, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"grain": {
"url": "https://edge.vinkius.com/vk_preview_DlDejiAQX7Bcbr2S6tCYcQBo7aC5JIvOgwbM6zzO/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Grain
Ask Copilot: "Using Grain, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"grain": {
"url": "https://edge.vinkius.com/vk_preview_DlDejiAQX7Bcbr2S6tCYcQBo7aC5JIvOgwbM6zzO/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Grain
Open Cascade and ask: "Using Grain, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"grain": {
"url": "https://edge.vinkius.com/vk_preview_DlDejiAQX7Bcbr2S6tCYcQBo7aC5JIvOgwbM6zzO/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Grain
Ask Cline: "Using Grain, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add grain --transport http "https://edge.vinkius.com/vk_preview_DlDejiAQX7Bcbr2S6tCYcQBo7aC5JIvOgwbM6zzO/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Grain
Ask Claude: "Using Grain, show me...". 12 tools are ready
Where the request belongs
Work Grain can move forward.
This is for the team lead who is tired of manual note-taking and the product manager who needs to audit past decisions without rewatching hours of video.
Project Manager
Audits collaborative discussions and searches across meeting transcripts to verify project scope.
Sales Representative
Quickly looks up customer call details and verifies verbal commitments in real-time during follow-ups.
Operations Lead
Monitors team knowledge distribution and verifies workspace member directories through a chat interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFathom
Manage AI meeting notes via Fathom. list and search meetings, retrieve transcripts and summaries, and track action items directly from any AI agent.
Granola
Manage AI meeting notes via Granola. list and search meeting documents, retrieve transcripts and summaries, and track action items directly from any AI agent.
Fireflies.ai
Record, transcribe, and search across all your meetings with AI that captures every conversation and makes it instantly findable.
Tactiq
Manage meeting transcripts via Tactiq u2014 access summaries, action items, speaker analytics, and search across all recordings from your AI agent.
Fellow
Manage meeting notes and feedback via Fellow. list agenda items and decisions, track action items, handle recordings, and complete tasks directly from any AI agent.
Uniphore Conversation AI
Access meeting transcripts, summaries, action items, and analytics via Uniphore API.
Bring your own AI
Change the model, client or framework. Keep Grain connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Grain.
The practical details behind the request, access and result.
How can I use the Grain MCP to find old meeting notes?
You can ask your AI client to search your meeting history for specific keywords or topics. It will scan your Grain recordings and pull out the most relevant sections for you.
Can the Grain MCP summarize my long team calls?
Yes, it can. The Connector pulls the AI-generated summaries and key takeaways from your Grain recordings so you can get the gist of a long meeting in seconds.
Does the Grain MCP help with tracking action items?
It does. The Connector can extract specific follow-up tasks identified during your meetings and list them clearly in your chat.
How do I search for specific keywords in my Grain recordings?
Just ask your AI client to search for the keyword. The Connector will scan all your recordings and show you where those discussions happened.
Can the Grain MCP extract speaker names from transcripts?
Yes, it retrieves the full transcript including timestamps and the names of the people who spoke, making it easy to see who said what.
Is there a way to use the Grain MCP for external videos?
You can provide the Connector with a public video URL, and it will allow Grain to process that video into searchable notes and transcripts.
Can my agent retrieve the AI summary of a specific Grain recording?
Yes. Use the 'get_insights' capability. The agent will fetch high-level abstract reductions including sentiment mapping, key discussion points, and summaries generated by Grain's ML engines natively.
How do I extract follow-up tasks from a meeting via chat?
Use the 'get_action_items' capability. Your agent will filter targeted follow-up tasks detected automatically by Grain within the meeting scope, enabling you to automate your post-call workflows flawlessly.
Can I search for meetings where a specific client was discussed through the agent?
Absolutely. Use the 'search_recordings' capability. Provide the keyword (e.g., client name). The agent will perform keyword scanning across all your meeting history and return ranked results natively.
One connection away
Give your agent a direct line to Grain.
Connect Grain once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available