Integrations extend oper8r's capabilities by connecting external services, managing API access, and organizing reusable prompts.
When logged in, click Data in the navigation bar to access these settings.
Connect your AI tools directly to oper8r using the Model Context Protocol (MCP). Once connected, you can run semantic search on your knowledge base and retrieve documents from within your preferred AI assistant.
Use the following URL when configuring your MCP client:
https://oper8r.io/api/mcp
Once connected, your AI assistant will have access to these tools:
Search your organization's knowledge base using hybrid semantic + keyword search.
Parameters:
Returns relevant passages with document IDs, titles, URLs, and content snippets.
Fetch the complete original content of documents by their IDs (from search results).
Parameters:
Returns the full document text with metadata.
.cursor/mcp.json in your project root~/.cursor/mcp.json in your home directory{
"mcpServers": {
"oper8r": {
"url": "https://oper8r.io/api/mcp"
}
}
}
Requires Cursor 1.0 or later. If you don't see MCP options, update Cursor to the latest version.
Requires VS Code 1.101+ with the GitHub Copilot extension installed.
Option A: Command Palette
Cmd+Shift+P / Ctrl+Shift+P)https://oper8r.io/api/mcpoper8rOption B: Manual Configuration
.vscode/mcp.json in your project root{
"servers": {
"oper8r": {
"type": "http",
"url": "https://oper8r.io/api/mcp"
}
}
}
claude mcp add --transport http oper8r https://oper8r.io/api/mcp
claude/mcp command, select the oper8r server, and choose AuthenticateUse
--scope userto make oper8r available across all projects, or--scope projectto share the config with your team via.mcp.json.
https://oper8r.io/api/mcpThe Connectors feature is available on all Claude Desktop plans.
~/.codeium/windsurf/mcp_config.json (you can access this via Settings → Cascade → MCP Servers, then click the gear icon){
"mcpServers": {
"oper8r": {
"serverUrl": "https://oper8r.io/api/mcp"
}
}
}
If the OAuth flow does not trigger automatically, you can use the
mcp-remotebridge instead:
{
"mcpServers": {
"oper8r": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://oper8r.io/api/mcp"]
}
}
}
This requires Node.js to be installed. After saving,
mcp-remotewill open your browser for authentication.
Create API keys for programmatic access to oper8r's capabilities.

Create and save reusable prompts for use across oper8r sessions. Saved prompts are especially useful for standardizing instructions across your team - ensuring consistent tone, formatting, and requirements across all RFP responses.

Each prompt includes:
Saved prompts can be applied in Chats and Documents via the Prompts selector. Click the Prompts button in the content generation settings to browse and apply your saved prompts.

Connect third-party services to enhance oper8r's context and capabilities. All integrations use secure OAuth-based authentication - oper8r never stores your third-party passwords.
Please reach out to oper8r to get integrations turned on in your enterprise account. External integrations are not enabled by default, and are only available in enterprise accounts.
Query your calendar events in real time during oper8r sessions. Google Calendar is queried live - no data is stored in oper8r.
How it works: Runtime querying - oper8r reads your calendar on the fly when you ask about upcoming meetings, scheduling conflicts, or attendee details. No data is synced or persisted.
Scope: Individual - each user connects their own Google account. Any member can connect.
Permissions required:
Key capabilities:
Sync documents, spreadsheets, and files from Google Drive directly into oper8r's knowledge base. Google Drive performs an initial selective sync, then stays current via webhooks.
How it works: Initial selective sync - you choose which files and folders to import into oper8r's document database. After the initial import, Google Drive webhooks automatically push updates so your knowledge base stays aligned with the latest versions.
Scope: Individual - each user connects their own Google account. Any member can connect.
Permissions required:
Key capabilities:
Connect your HubSpot CRM to bring customer and deal context directly into oper8r. HubSpot data is queried live - no CRM records are stored in oper8r.
How it works: Runtime querying - oper8r reads your HubSpot data on the fly when you ask about contacts, companies, deals, or owners. No CRM data is synced or persisted.
Scope: Workspace - the connection is shared across your organization. Only admins can connect.
Permissions required:
Key capabilities:
Import call transcripts and meeting summaries from Fathom into oper8r's knowledge base for analysis and follow-up generation.
How it works: Initial sync backfill - when connected, oper8r imports your existing Fathom call history into its document database. After the initial backfill, each new call automatically receives an update to add the transcript once it becomes available.
Scope: Workspace - the connection is shared across your organization. Only admins can connect.
Permissions required:
Key capabilities:
Connect oper8r to your Slack workspace and bring AI-powered assistance directly into your team's communication channels. Interact with oper8r via direct messages or by mentioning it in channels.
How it works: Once installed, oper8r listens for direct messages and @mentions in channels it has been added to. Responses are grounded in your organization's knowledge base.
Scope: Workspace - the connection is shared across your organization. Only admins can connect.
Permissions required:
Installation:
/invite @oper8r)Using oper8r in Slack:
Key capabilities:
Each integration is scoped based on its type:
You can disconnect and reconnect integrations at any time. OAuth token refresh is handled automatically - once connected, your integration stays active without manual intervention.