Interact with Live Redshift Data in Meta Muse via CData Connect AI
Muse is Meta's personal AI agent for iOS, Android, and the web, built on the Muse Spark models. It connects to remote model context protocol (MCP) servers, so you can point Muse at a governed data source and let it discover and call live data tools.
Connect Muse to CData Connect AI through its Remote MCP Server, and Muse gains governed, real-time access to live Redshift data. You can explore data, fetch records, and interact with objects using natural language prompts, with every request running against authorized sources.
This article shows you how to configure Redshift connectivity in Connect AI, generate a personal access token, create a custom connector to the Connect AI Remote MCP Server in Muse, and interact with live Redshift data from Muse.
Step 1: Configure Redshift connectivity for Meta Muse
Connectivity to Redshift from Muse is made possible through Connect AI's Remote MCP Server. To interact with Redshift data from Muse, start by creating and configuring a Redshift connection in Connect AI.
- Log into Connect AI, click Sources, and then click Add Connection
- Select Redshift from the Add Connection panel
-
Enter the necessary authentication properties to connect to Redshift.
To connect to Redshift, set the following:
- Server: Set this to the host name or IP address of the cluster hosting the Database you want to connect to.
- Port: Set this to the port of the cluster.
- Database: Set this to the name of the database. Or, leave this blank to use the default database of the authenticated user.
- User: Set this to the username you want to use to authenticate to the Server.
- Password: Set this to the password you want to use to authenticate to the Server.
You can obtain the Server and Port values in the AWS Management Console:
- Open the Amazon Redshift console (http://console.aws.amazon.com/redshift).
- On the Clusters page, click the name of the cluster.
- On the Configuration tab for the cluster, copy the cluster URL from the connection strings displayed.
- Click Save & Test
- Navigate to the Permissions tab and update user-based permissions
Add a Personal Access Token
A Personal Access Token (PAT) is used to authenticate the connection to Connect AI from Muse. It is best practice to create a separate PAT for each integration to maintain granular access control.
- Click the gear icon () at the top right of the Connect AI app to open Settings
- On the Settings page, go to the Access Tokens section and click Create PAT
- Give the PAT a descriptive name and click Create
- Copy the token when displayed and store it securely. It will not be shown again
With the Redshift connection configured and a PAT generated, Muse can now connect to Redshift data through Connect AI.
Step 2: Create a custom connector to the Connect AI MCP Server in Meta Muse
Muse has no manual "add MCP server" form. Instead, you ask Muse in plain language to build a custom connector that points at the Connect AI Remote MCP Server, a hosted, public HTTPS endpoint that speaks streamable HTTP. Muse builds the connector on its secure VM using the official MCP SDK, then discovers and calls the available Connect AI data tools.
- Open Muse on iOS, Android, or the web and start a new chat
-
Ask Muse to build a custom connector to the Connect AI Remote MCP Server, giving it the server URL and noting that the endpoint is a hosted MCP server over streamable HTTP, for example:
Create a custom connector to CData Connect AI. It is a hosted MCP server over streamable HTTP at https://mcp.cloud.cdata.com/mcp and it requires an Authorization header.
-
When Muse prompts for credentials, it opens a secure entry flow, separate from the chat, that saves the value in its Secure Credentials Store. Enter the Authorization header value in the format Basic your_base64_encoded_email_PAT
Note: For the Authorization value, base64 encode email:PAT and prefix it with Basic. Enter it only in Muse's secure credential prompt, never in the chat.
-
Muse connects to the Connect AI MCP Server and lists the available data tools. Review the custom connector confirmation, then click Continue. When Muse offers to save the integration as a skill, choose yes so the connector is available in every future chat
With the custom connector saved, the Connect AI tools are available to Muse in any chat.
Step 3: Interact with live Redshift data from Meta Muse
With the integration complete, interact with live Redshift data directly from Muse through natural language prompts.
-
In a Muse chat, type a prompt that uses the Connect AI connector, for example:
- Use the CData Connect AI connector to list all available connections
- Show the available objects and fields for Redshift
- Fetch the top 5 records from Redshift
- Approve the tool call in the Sentinel dialog when prompted
-
Muse calls the Connect AI MCP Server and returns live results from Redshift data
At this point, Muse communicates with the Connect AI MCP Server and retrieves live Redshift data through remote MCP tools directly from your chats.
Get started with CData Connect AI
With CData Connect AI, interact with hundreds of SaaS, big data, and NoSQL sources directly from your AI agents, models, and cloud applications. To explore more download a free 14-day trial today. Our Support Team is available to help with any questions you have.