Two kinds of connectors
A connector authenticates one of two ways. ClarityQ picks the type from what you enter — add a header and it’s token-based; leave headers empty and it’s OAuth.Token-based
You paste one API token. It’s sent as a header on every request and shared by the whole team — no personal sign-in. Teammates see it marked Controlled by admin.
OAuth
You add the URL with no headers. Each teammate clicks Connect and signs in with their own account, so access follows their own permissions.
Before you start
- Admin rights in your ClarityQ organization.
- The MCP server’s URL (HTTP / streamable HTTP).
- For a token-based server, an API token issued by that service. (OAuth servers need nothing here — each teammate signs in themselves.)
Add a connector
Open Organization Settings → MCP and click Add Connector.Set up authentication
- Token-based: under Headers, add the header the server expects — for example an
Authorizationheader with valueBearer <your-token>, orX-API-Key. Use Add header for more rows. - OAuth: leave Headers empty. Teammates connect their own account later.
Edit a connector
Open the ⋯ menu on a connector and choose Edit. You can change the name, URL, or headers. Saved secret header values show masked (••••••). Leave one masked to keep the stored value; click the edit icon to type a new value to replace it (the eye icon reveals what you type). Click Save — the connection is re-validated.
Enable, disable, or remove
- Each connector has an enable/disable toggle. Turn it off to stop teammates using it without deleting it; on to make it available again.
- To remove one entirely, open ⋯ → Delete → Remove. It’s removed for everyone on your team. Past chats that referenced its content stay readable, but the connector can’t be used going forward.
Header values (tokens) are stored encrypted in a secrets manager — never in the database in plain text, and only ever shown masked in the UI. A token-based connector inherits the permissions of the account that issued the token, so scope it to what your team needs.