Skip to main content
AgentRuntime ships 40 Go MCP adapters. Each connector has a dedicated page in the Connectors section (/connectors/{slug}) with authentication, tools, and configuration.
Integration setup (connections, MCP instances, webhooks) lives in the pages above this catalog — not on individual connector pages. Connector pages cover only that adapter.

Common patterns

Most production workflows combine a few connectors with LLM and human steps. Start from a pattern, then open the adapter pages for tool names and auth.
PatternFlowExample guide
Webhook → store → notifyInbound event → validate → database INSERT → optional digest emailForm → Postgres → Resend
Event → lookup → messageExternal webhook → MCP fetch → customer notificationShopify → WhatsApp
Fetch → LLM → human → actionRead source data → draft with LLM → Command Center approval → MCP writeGitHub PR review
Schedule → query → summarize → emailExternal cron → SQL report → LLM narrative → Gmail/ResendPostgres weekly report
Webhook → CRM + logLead form → CRM contact + parallel audit row (Notion/Sheets)Lead sync
Approve then sendDraft → human_task → outbound MCP (any channel)Workflow patterns

End-to-end guides

Five full recipes that chain connectors — copy the step graphs into Workflow Studio.

Workflow patterns

Approve-then-send, retries, for_each, and webhook idempotency.

Google Workspace

One Google OAuth connection powers these adapters:
ConnectorBest forDocs
GmailTransactional email, inbox search, thread repliesgmail
Google CalendarMeeting scheduling, availability, event CRUDgoogle-calendar
Google DocsTemplate docs, mail-merge style contentgoogle-docs
Google DriveFile upload, sharing, folder automationgoogle-drive
Google FormsForm creation, response exportgoogle-form
Google SearchVertex AI Search / enterprise RAGgoogle-search
Google Search ConsoleSEO analytics, sitemap and URL inspectiongoogle-search-console
Google SheetsOps dashboards, CSV sync, reporting tabsgoogle-sheets
Google SlidesDeck generation from workflow datagoogle-slides
Google TasksFollow-up task lists from automationsgoogle-tasks

Communication

ConnectorBest forDocs
WhatsAppCustomer notifications, templates, session messagingwhatsapp
ResendTransactional email from a verified domainresend
VapiVoice agents and phone call orchestrationvapi
ElevenLabsText-to-speech and voice synthesiselevenlabs
SlackTeam messaging (catalog placeholder — tools coming)slack

CRM and marketing

ConnectorBest forDocs
ActiveCampaignContacts, lists, tags, account syncactivecampaign
LinkedInPersonal and company posts, org adminlinkedin
ShopifyProducts, orders, customers, inventoryshopify
RedditCommunity posts and subreddit automationreddit
YouTubeChannel and video metadatayoutube

Productivity

ConnectorBest forDocs
ClickUpTasks, lists, and project managementclickup
NotionDatabases, pages, comments, run logsnotion
WrikeEnterprise PM tasks and folderswrike
CursorIDE agent integration via MCPcursor

Developer tools

ConnectorBest forDocs
GitHubRepos, issues, PRs, code searchgithub
GitLabGitLab API projects and merge requestsgitlab
BrowserlessHeadless browser screenshots and PDFsbrowserless
ExaNeural web search for research agentsexa
Brave SearchWeb search API for grounded answersbrave

Databases and data stores

ConnectorBest forDocs
PostgresProduction SQL, reporting, operational writespostgres
MySQLMySQL/MariaDB apps and legacy schemasmysql
MongoDBDocument store queries and updatesmongodb
RedisCache, queues, rate-limit countersredis
SQLiteLocal file DB, prototypes, edge datasetssqlite
Neo4jGraph queries and relationship analyticsneo4j
FirestoreGoogle Cloud document databasefirestore

AI and media

ConnectorBest forDocs
OpenAI ImageDALL·E / GPT image generationopenaiimage
Gemini ImageGoogle Gemini and Imagen image generationgeminiimage

Other

ConnectorBest forDocs
RSSFeed aggregation and news monitoringrss
HealthcareMock clinical APIs for demos (not production PHI)healthcare

All connectors (A–Z)

activecampaign

brave

browserless

clickup

cursor

elevenlabs

exa

firestore

geminiimage

github

gitlab

gmail

google-calendar

google-docs

google-drive

google-form

google-search

google-search-console

google-sheets

google-slides

google-tasks

healthcare

linkedin

mongodb

mysql

neo4j

notion

openaiimage

postgres

reddit

redis

resend

rss

shopify

slack

sqlite

vapi

whatsapp

wrike

youtube

Before you open a connector page

  1. Read Integrations quickstart — connections → instances → workflow steps
  2. Skim End-to-end guides if you need a multi-connector recipe
  3. Create a connection with the right auth type
  4. Install an MCP instance for the adapter slug
  5. Open the connector page for tool names and config keys