![]() |
VOOZH | about |
Zed is a high-performance, open-source code editor built for speed and collaboration. Its built-in AI agent panel supports LLM-powered interactions and MCP (Model Context Protocol) tool integrations, enabling developers to access live external data sources directly within the editor.
By integrating Zed with CData Connect AI through the built-in MCP (Model Context Protocol) Server, the Zed AI agent gains governed, real-time access to live HCL Domino data. This enables developers to query schemas, retrieve records, and explore HCL Domino data without leaving the editor or writing custom integration code.
This article explains how to configure HCL Domino connectivity in Connect AI, register the CData MCP Server in Zed, and query live HCL Domino data from the Zed agent panel.
Connectivity to HCL Domino from Zed is made possible through CData Connect AI's Remote MCP Server. To interact with HCL Domino data from Zed, start by creating and configuring a HCL Domino connection in CData Connect AI.
To connect to Domino data, set the following properties:
Domino supports authenticating via login credentials or an Entra ID (formerly Azure AD) OAuth application:
To authenticate with login credentials, set the following properties:
The driver uses the login credentials to automatically perform an OAuth token exchange.
This authentication method uses Entra ID (formerly Azure AD) as an IdP to obtain a JWT token. You need to create a custom OAuth application in Entra ID (formerly Azure AD) and configure it as an IdP. To do so, follow the instructions in the Help documentation. Then set the following properties:
The tenant ID is the same as the directory ID shown in the Azure Portal's Entra ID (formerly Azure AD) > Properties page.
A Personal Access Token (PAT) is used to authenticate the connection to Connect AI from Zed. It is best practice to create a separate PAT for each integration to maintain granular access control.
With the HCL Domino connection configured and a PAT generated, Zed can now connect to HCL Domino data through Connect AI.
Now, let's register the CData Connect AI MCP endpoint in Zed so that the built-in AI agent can discover and call live data tools.
{
"cdata": {
"url": "https://mcp.cloud.cdata.com/mcp",
"headers": {
"Authorization": "Basic your_base64_encoded_email_PAT"
}
}
}
Note: Combine your Connect AI email and PAT in the format email:PAT, Base64 encode the combined string, and prefix it with Basic. For example, given [email protected]:ABC123...XYZ, the header value becomes something like: Basic dXNlckBteWRvbWFpbjphSzkvbVB4Mi9Rcjd2TjQ...
π Pasting the CData Connect AI MCP Server configurationZed requires at least one LLM provider to power the agent's reasoning. Configure a provider so the agent can interpret queries and call MCP tools through Connect AI.
With the MCP server registered and an LLM provider configured, the Zed agent is ready to query live HCL Domino data through Connect AI.
With the integration complete, use the Zed agent panel to explore and interact with live HCL Domino data through natural language prompts.
At this point, your Zed agent communicates with the CData Connect AI MCP Server and retrieves live HCL Domino data through remote MCP tools directly from the editor.
To access hundreds of SaaS, Big Data, and NoSQL sources directly from your cloud applications, try CData Connect AI today! Start a free 14-day trial of CData Connect AI today, and as always, our world-class Support Team is available to assist you with any questions you may have.
Learn more about CData Connect AI or sign up for free trial access:
Free Trial