MCP Servers
Connect MCP Servers to Glue
Last updated
Was this helpful?
Connect MCP Servers to Glue
Last updated
Was this helpful?
Labs Alpha Program Only
This feature is currently in alpha. You must be enrolled in our alpha testing group to have access to this feature. if you'd like to be considered.
Glue AI is now able to act as an MCP client, which you can integrate with applications that expose an MCP server. When an MCP server is connected to Glue, Glue AI can understand your natural language requests and translate them into API-level operations within your connected applications.
Glue uses MCP (Model Context Protocol) to connect with third-party applications through a standardized interface.
Glue AI acts as the MCP client, sending requests.
The connected application must expose an MCP server, which receives and responds to those requests.
To connect an application to Glue, it must have an available MCP server. These come in two forms:
Type
Description
Setup Complexity
Examples
Remote Server*
Remotely hosted and maintained by the app.
Low
Open Source Community Server
Must be installed and hosted locally on your device.
High
*Note: Glue does not yet support OAuth. Some of the new remote MCP servers (like Linear’s official remote server) only support OAuth, but you can connect to any server that supports server-specific URL authentication.
Make real-time queries to your connected app
Trigger actions via natural language (e.g., “Create a new issue in Linear”)
🔐 Each command requires your confirmation before being executed.
Mention the name of the MCP server you want to take action with
Use clear, very specific instructions
e.g. "Update the status of Issue ID 12345 in Linear to 'In Progress'.”
Note: You may need ID numbers in order to run specific tasks
Break a complicated request into multiple parts
e.g. ask Glue AI first to fetch data, then ask it to take action on the data in a separate request
Avoid asking for multiple actions in a single prompt
Specify the format you want the output to be in, such as a table or list
OAuth Support
❌ (not yet)
Server-Sent Events (SSE) Support
✅
MCP Client Feature Support
❌ Resources ❌ Prompts ✅ Tools ❌ Sampling ❌ Roots
Figma, Notion, GMail, Hubspot - and many more can be found
- Complete collection of reference implementations and community servers
- Curated list of MCP servers
Install if you have not already
Set up your auth token, which can be found