---
title: "Integrations"
description: "Overview of integration options in meinGPT"
canonical_url: "https://meingpt.com/en/docs/integrations"
language: en
---

# Integrations

This is the fastest entry point: **I have service X - how can I connect it?**

## Common Services

### [Microsoft 365](/en/docs/integrations/connectors/microsoft365)

<img src="/images/integrations/services/microsoft-365.png" alt="Microsoft 365" width="24" height="24" />

SharePoint, OneDrive, Outlook, Teams.

Recommended: native connector.
Alternative: data pool (RAG) for large knowledge estates.

### [Google Workspace](/en/docs/integrations/connectors/google-workspace)

<img src="/images/integrations/services/google-drive.svg" alt="Google Workspace" width="24" height="24" />

Drive, Gmail, Calendar.

Recommended: native connector.
Alternative: data pool (RAG) for scalable knowledge retrieval.

### [Atlassian](/en/docs/integrations/connectors/atlassian)

<img src="/images/integrations/services/confluence.svg" alt="Atlassian" width="24" height="24" />

Operational knowledge and project data.

Recommended: native connector.
Alternative: data pool for large-scale search/RAG.

### [File Shares](/en/docs/integrations/vault/sources)

<img src="/images/integrations/services/documents.svg" alt="Files" width="24" height="24" />

WebDAV (managed cloud data pool); SMB and local files require your own Enterprise Outpost.

Recommended: data pool sources.
Note: add on-prem connections for private network paths.

### [Database (SQL/PostgreSQL)](/docs/integrations/connectors/mcp-database)

<img src="/images/integrations/services/postgresql.png" alt="PostgreSQL" width="24" height="24" />

Direct querying of structured data.

Recommended: MCP Database connector.
Alternative: custom MCP for your own policies/logic.

### [Business SaaS](/en/docs/integrations/connectors)

<img src="/images/integrations/services/hubspot.svg" alt="Business SaaS" width="24" height="24" />

HubSpot, Salesforce, Stripe, and more.

Recommended: native connector (if available).
Alternative: custom MCP.

## Additional Cases

### [Website / Web Content](/en/docs/integrations/sources/webcrawler)

<img src="/images/integrations/services/datapool.svg" alt="Web Crawler" width="24" height="24" />

Public or internal websites as knowledge sources.

Recommended: webcrawler as a data-pool source.

### [Your own internal API / service](/en/docs/integrations/custom-mcp-server)

<img src="/images/integrations/services/http-call.svg" alt="Custom API" width="24" height="24" />

Proprietary systems and internal services.

Recommended: custom MCP.
Optionally combine with on-prem connections for private networks.

## Quick Decision

1. **Live data + actions**: native connector or custom MCP
2. **Document knowledge + RAG**: data pools
3. **Internal/private systems**: add on-prem connections

## Key Entry Points

### [All Connectors](/en/docs/integrations/connectors)

Overview of available native integrations

### [Data Pools (RAG)](/en/docs/integrations/data-pools-rag)

Reusable knowledge from document and file sources

### [Connections (Cloud/On-Prem)](/en/docs/integrations/connections-cloud-on-prem)

Network models for private and internal systems

### [Custom MCP](/en/docs/integrations/custom-mcp-server)

Connect your own APIs/tools as MCP servers

## Additional Areas

### [Data Integration Guide](/en/docs/integrations/data-integration-guide)

Select integration type by data category

### [Outpost (On-Prem / Advanced)](/en/docs/integrations/vault)

Outpost architecture, deployment, operations, and data sources

### [Developer & API](/en/docs/api)

API documentation and developer guides

### [No-Code Overview](/en/docs/integrations/no-code-overview)

The two interaction directions between meinGPT and no-code tools

### [Make Integration](/en/docs/integrations/make-integration)

Workflow automation with Make

### [n8n](/en/docs/integrations/n8n)

Coming Soon

### [Power Automate](/en/docs/integrations/power-automate)

Coming Soon
