Personal connectors
Personal connectors let an individual workspace member authorise access to their own Google Drive folder or GitHub account, without sharing credentials with the workspace admin. Slack and Linear personal installs are coming soon at public launch.
Knowledge sources created from a personal connector are tagged with a fixed user:<your-id> audience, which is immutable: even your workspace owner can't widen the visibility, and other members will never see your content in their MCP responses.
Plan availability
- Free: 0 personal connectors. Upgrade to enable.
- Starter: up to 3 per user.
- Growth / Enterprise: unlimited.
Connecting your Google account
- Open My connectors from the sidebar.
- Click Connect Google. You'll be redirected to Google's OAuth consent screen.
- Approve the
drive.filescope (Google Picker). OrgMCP does not request full Drive read access. Folder picks do not grant children — for company knowledge corpora, use company Drive (invite email). - Once redirected back, your account shows up under My connectors. Use live MCP tools on Picker-granted files, or share folders to the company Drive reader for recursive indexing.
Connecting your GitHub account
- Click Connect GitHub on the same page.
- Approve the
reposcope (orpublic_repoif you only want to index public repos). - Pick the repos you want indexed. The list mirrors what your GitHub account can see — OrgMCP does not pull private repos you haven't explicitly added.
Connecting your Slack workspace
Coming soon — personal Slack installs are not available for new connections at public launch.
- Click Connect Slackon the same page. You will be bounced to your workspace's Slack OAuth consent screen.
- Approve the read-only user scopes:
channels:read,groups:read,channels:history,groups:history,users:read,search:read. You will only ever see channels you can already see in Slack. - Add a channel id to start indexing it. Personal sources stay scoped to
user:<you>.
Connecting your Linear workspace
Coming soon — personal Linear installs are not available for new connections at public launch.
- Click Connect Linearon the same page. You will be bounced to Linear's OAuth consent screen.
- Approve the read-only
readscope. You will only ever see teams / projects / issues you can already see in Linear. - Add a team key (e.g.
ENG) to start indexing it.
Token handling
- Refresh tokens are KMS-encrypted in the per-tenant
connector_credentialstable (scoped to your user). If you are a member of two workspaces and connect the same provider in each, the two credentials are independent. - Access tokens are exchanged on the fly per request and never persisted.
- You can revoke a connection at any time via My connectors → Disconnect. Within 5 minutes, all indexed content from that source disappears from MCP responses; the underlying chunks are purged within 24 h.
What the workspace admin can see
Audit log entries (e.g. "vahur connected GitHub", "vahur ran 12 personal-search calls today"). The content of your searches and the files in your personal sources are not visible to anyone but you.
What happens when you leave the workspace
If your membership is revoked, all your personal connectors in that workspace are auto-revoked. The associated knowledge sources are tombstoned for 7 days (so you can request a copy via the GDPR export endpoint) and then hard-purged.