Before you start
Installing a connector and using one are separate steps with different requirements, so check which half applies to you before starting. Installing a connector for your organization requires a role that can create, edit, and archive integrations. Installation affects everyone, because it fixes the server address and decides which of that server’s tools are allowed to run at all. Connecting your own account to an already-installed connector requires no special role. Any user can do it for themselves, and it only ever touches their own credentials. Some connectors also need an OAuth client that belongs to your organization rather than to DualEntry. Gmail is the common case: it runs against Google’s hosted Gmail MCP server and requires a Google Cloud OAuth web application client that you own. Create that client in the Google Cloud console before you begin, or the consent step fails for everyone. Decide which tools the connector should be allowed to run before you install it, because read-only and write access are separate decisions. Installing a connector does not by itself let Copilot change anything in the external system.How connectors work
A connector has two layers: organization and personal. The organization installs the connector once, and each person then connects their own account to it. The organization-level install holds the server address, the OAuth client configuration, and the list of tools allowed to run. Someone with the integrations permission sets it up, and it is shared. Credentials are not shared. Every user who wants to use the connector completes the provider’s authorization flow themselves, and DualEntry stores that person’s tokens against their own user record. Copilot loads a connector’s tools only for users who have personally connected, so an installed connector does nothing for a colleague who has not authorized it yet. This is why the Gmail connector drafts into the mailbox of whoever is asking. There is no single organization mailbox behind it. If you and a colleague both connect Gmail, each of you gets drafts in your own mailbox, and neither of you can read the other’s mail through Copilot. Connectors authenticate one of three ways, decided by the connector rather than by you: OAuth with credentials DualEntry registers automatically, OAuth with a client your organization owns, or a static bearer token you supply. Servers are reached over Streamable HTTP, or over SSE for older servers.Install a connector from the registry
The registry lists connectors DualEntry has already integrated, Gmail among them. Installing one records the server for your organization and opens it for individual users to connect.- Open the Agents panel and select Connectors. Connectors already installed for your organization appear under Installed.
- Select Add connector to open Browse Tools, then filter to the MCP category and find the connector you want.
- Read the detail pane. It shows the connector description, the author, a View docs link, and a Tools count.
- Supply the OAuth client details if the connector requires an organization-owned client, as Gmail does.
- Review the permissions on the connector page you land on, and change them if the defaults are not what you want. Tools are grouped into Interactive Tools, which change something in the external system, and Read-Only Tools, which only read. Each tool can be set to Enable, so Copilot uses it as needed, Opt-in, so Copilot asks before each use, or Disable, so Copilot never uses it. Expand a tool to see what it does, and use Allow all or Disable all to set a whole group of read-only tools at once.
- Select Connect and complete the provider’s authentication flow.
- Return to the connectors page and confirm the connector appears under Installed.
Connect your account and enable the tools you need
An installed connector is inert until two more things happen: you connect your own account, and someone with the integrations permission allows the tools you intend to use. Open Connectors in the Agents panel, find the connector under Installed, and complete the provider’s authorization flow for yourself. This is the step that creates your credentials and makes the connector’s tools visible to your conversations. Read-only tools are available as soon as you connect. Tools that change something in the external system start disabled and have to be set to Enable or Opt-in by someone with the integrations permission, under Interactive Tools in the connector’s Permissions section. Drafting a Gmail message is one of these, so a dunning workflow returns nothing useful until Gmail’s draft tool is turned on, even though searching mail already works. Choose Opt-in rather than Enable for anything customer-facing. It keeps a person in the loop on each use, which is the difference between a tool that drafts when you ask and a tool that drafts whenever Copilot judges it useful. Newly enabled tools appear on your next message rather than requiring a restart, because Copilot re-reads the allowed tool list on every turn.The Gmail connector is authorized for reading, searching, drafting, and sending. Copilot can send mail from your account when you ask it to, using the access you granted when you connected Gmail. Sent messages appear in your Gmail Sent folder like any other message you send.
Add a custom connector
A custom connector points DualEntry at an MCP server you supply by URL rather than one from the registry. Use it for a server your team runs internally, or for a third-party server that is not in the registry yet.- From the connectors page, select Add custom connector.
- Provide the server URL and a display name. The display name is what appears in the connector list and what you refer to when asking Copilot to use it.
- Choose how the server authenticates: OAuth, or a static bearer token with the header name the server expects.
- Save, then connect your own account and confirm the tool count populates.
