Gmelius Connector for AI agents.
9 live capabilities
Manage shared Gmail inboxes and Kanban project boards with your agent.
Waiting for input…
Why people use Gmelius
Gmelius for Shared Inbox Coordination
With this Connector, you just ask your agent for the status of a board or a conversation. You get the answer in seconds without leaving your chat. It moves the work of searching and updating from you to your agent.
What Vinkius changes
You get a way to manage a team inbox and project boards through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Catching up on a busy morning
A manager asks for the last 5 conversations assigned to them to catch up on a busy morning without scrolling through a crowded inbox.
- Real-world use case 02
Turning a request into a task
A team member uses create_gmelius_card to move a new customer request onto the Active board as soon as it arrives.
- Real-world use case 03
Monitoring sales outreach
An ops lead asks the agent to show the status of the Q4 Sales sequence to see if the automated emails are sending correctly.
Complete set · 9capabilities
The complete Gmelius capability set.
These are the exact actions your AI can choose when you ask it to work with Gmelius.
01—03
3 capabilities in this set.
Part of 9 available through Gmelius.
- 01 Capability
Create gmelius card
Add a new task card to a board directly through your agent. This turns a conversation into a trackable task instantly.
- 02 Capability
Get gmelius board
Get the specific details and metadata for a single board. This helps you see the configuration of your project workspace.
- 03 Capability
Get gmelius conversation
Pull the full history and status of a specific email thread. Use this to get context on a specific customer interaction.
04—06
3 capabilities in this set.
Part of 9 available through Gmelius.
- 04 Capability
List gmelius boards
See all your collaborative Kanban boards in one list. This gives you a high level view of all active projects.
- 05 Capability
List gmelius board cards
View every card currently sitting on a specific board. It helps you see exactly what tasks are pending.
- 06 Capability
List gmelius conversations
Get a list of all shared conversations in your inbox. This is the fastest way to see what your team is currently discussing.
07—09
3 capabilities in this set.
Part of 9 available through Gmelius.
- 07 Capability
List gmelius sequences
See all your active automated email sequences. Use this to monitor your automated outreach progress.
- 08 Capability
Check gmelius status
Verify that your API connection is active and healthy. Use this to ensure your agent can still access your data.
- 09 Capability
List gmelius templates
Browse your directory of shared email templates. This helps you find the right wording for common customer requests.
Set up in minutes
One URL. Then ask Gmelius to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gmelius 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_MhVbjSit5e5tdD9LEMmhMeSUgOpFmaJaQRCRWGqf/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 Gmelius, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gmelius for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MhVbjSit5e5tdD9LEMmhMeSUgOpFmaJaQRCRWGqf/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 Gmelius URL.
- Step 03
Save and start
Save the connection and enable Gmelius in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gmelius": {
"url": "https://edge.vinkius.com/vk_preview_MhVbjSit5e5tdD9LEMmhMeSUgOpFmaJaQRCRWGqf/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 Gmelius
Open Agent mode in chat and ask: "Using Gmelius, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gmelius": {
"url": "https://edge.vinkius.com/vk_preview_MhVbjSit5e5tdD9LEMmhMeSUgOpFmaJaQRCRWGqf/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 Gmelius
Ask Copilot: "Using Gmelius, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gmelius": {
"url": "https://edge.vinkius.com/vk_preview_MhVbjSit5e5tdD9LEMmhMeSUgOpFmaJaQRCRWGqf/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 Gmelius
Open Cascade and ask: "Using Gmelius, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gmelius": {
"url": "https://edge.vinkius.com/vk_preview_MhVbjSit5e5tdD9LEMmhMeSUgOpFmaJaQRCRWGqf/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 Gmelius
Ask Cline: "Using Gmelius, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gmelius --transport http "https://edge.vinkius.com/vk_preview_MhVbjSit5e5tdD9LEMmhMeSUgOpFmaJaQRCRWGqf/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 Gmelius
Ask Claude: "Using Gmelius, show me...". 9 tools are ready
Where the request belongs
Work Gmelius can move forward.
This is for the operations manager who is tired of manually updating project boards every time an email arrives. It's for people who manage high-volume shared inboxes and need a way to see everything at once without the tab-switching headache.
Customer Success Manager
Verifies conversation history and manages shared tags to keep client relationships healthy.
Operations Manager
Analyzes collaborative workflows and monitors sequence performance with quick queries.
Team Lead
Instantly checks project board statuses and team responsiveness without leaving their workspace.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGmail
Manage your inbox from AI. read, search, organize, and reply to emails across your Gmail efficiently.
Hiver
Turn Gmail into a helpdesk with shared labels, email assignment, and SLA tracking that works inside the inbox your team already uses.
Missive
Collaborative email and shared inbox for teams.
AfterLogic Aurora
Email and webmail management. manage folders, messages, and accounts via AI.
Nylas
Equip your AI agent to manage emails, calendars, and contacts across all providers (Gmail, Outlook) through a single unified interaction.
Inbox (useinbox.com)
Manage email campaigns, contact lists, and newsletters via UseINBOX API.
Bring your own AI
Change the model, client or framework. Keep Gmelius 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 Gmelius.
The practical details behind the request, access and result.
Can Gmelius MCP help me manage a shared team inbox?
Yes. It connects your shared inbox to your agent so you can query conversation history and status updates without switching tabs.
How does Gmelius MCP handle our Kanban project boards?
It allows your agent to see all your boards and specific cards. You can ask for status updates or create new cards directly through chat.
Can I use Gmelius MCP to see my automated email sequences?
Yes. You can ask your agent to list your sequences and check their current status to monitor your automated outreach.
Does Gmelius MCP help with email delegation for my team?
It helps by giving your agent visibility into the shared workspace, making it easier to track who is handling what across the team.
How do I check my team's project status using Gmelius MCP?
You can simply ask your agent to list your boards or specific cards to get a real-time summary of where projects stand.
Can Gmelius MCP help me find the right email templates?
Yes. Your agent can browse your directory of shared templates so you can find the right context for your next interaction quickly.
How do I find my Gmelius Access Token?
Log in to your account, navigate to Account Settings > API, and register a new high-fidelity API App to obtain your Bearer token.
Can I check board card details via AI?
Yes! The list_gmelius_board_cards capability allows your agent to retrieve high-fidelity metadata including description and status for all cards on a board.
How do I list my shared email sequences?
Use the list_gmelius_sequences capability to retrieve the complete high-fidelity directory of automated sequences along with their unique identifiers for precise orchestration.
One connection away
Give your agent a direct line to Gmelius.
Connect Gmelius once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available