Integration Landscape
End-to-end view of the integration architecture in meinGPT
This page explains the architecture model. If you simply want to connect a service, start here: Integrations Home.
The Full Picture
In meinGPT, every integration type is reduced to one shared runtime model:
LLM + tool calls as the central integration fabric.
This allows very different systems to be operated, secured, and scaled in a consistent way.
Your options
Five ways to connect external systems to meinGPT — from no-code connectors to your own MCP server.
Connectors
Pre-built integrations for standard tools, ready to use in the UI.
Use cases
Databases
Direct queries on structured data (e.g. SQL), including live access.
Use cases
Data Pools
Makes documents and files searchable so assistants can answer with context.
Use cases
No-Code
Connects existing automations like Make/Zapier with meinGPT.
Use cases
Custom MCP
Your own interface for internal APIs, custom logic, or legacy systems.
Use cases
Side-by-side
Which path covers which capability? For orientation — exact scope varies by connector and target system.
| Connectors | Databases | Data Pools | No-Code | Custom MCP | |
|---|---|---|---|---|---|
| Read | Full | Full | Full | Full | Full |
| Actions / write | Full | Full | Not suited | Full | Full |
| Live access | Partial | Full | Not suited | Partial | Full |
| User permissions | Full | Partial | Full | Partial | Full |
| Private networks | Not suited | Full | Full | Partial | Full |
| Easy setup | Full | Partial | Full | Full | Not suited |
Read
- ConnectorsFull
- DatabasesFull
- Data PoolsFull
- No-CodeFull
- Custom MCPFull
Actions / write
- ConnectorsFull
- DatabasesFull
- Data PoolsNot suited
- No-CodeFull
- Custom MCPFull
Live access
- ConnectorsPartial
- DatabasesFull
- Data PoolsNot suited
- No-CodePartial
- Custom MCPFull
User permissions
- ConnectorsFull
- DatabasesPartial
- Data PoolsFull
- No-CodePartial
- Custom MCPFull
Private networks
- ConnectorsNot suited
- DatabasesFull
- Data PoolsFull
- No-CodePartial
- Custom MCPFull
Easy setup
- ConnectorsFull
- DatabasesPartial
- Data PoolsFull
- No-CodeFull
- Custom MCPNot suited
Permissions, identity, and network rules apply consistently to every integration type:
- Permissions (RBAC, team sharing)
- Identity (JWT, audit trail)
- Connections (cloud & on-premise)
In 30 Seconds: What This Means for You
- You connect systems through one integration model, not separately per assistant.
- Your assistant selects the right tool or data source per task.
- Security, permissions, and network access apply consistently across all integration types.
Security and Access Model (Cross-cutting)
These layers apply across all integration types:
- Permissions and assistant sharing (users, teams, groups)
- Identity forwarding (JWT) for secure context propagation
- Cloud/on-prem connections (IP allowlisting, Enterprise Connection Network, VPN)
Typical User Paths
| I want to... | Start here |
|---|---|
| Connect Microsoft 365, Google, Jira, or Confluence | Connectors Overview |
| Make documents/files searchable as knowledge | Data Pools (RAG) |
| Query databases | Databases Overview |
| Connect internal APIs/services | Custom MCP |
| Reach private systems in company networks | Connections (Cloud/On-Prem) |
When to Use Which Building Block
| Building Block | Use Case |
|---|---|
| Connectors | Execute actions in external tools (Slack, Jira, etc.) |
| Databases | Query structured data precisely (SQL, NoSQL) |
| Data Pools (RAG) | Retrieve and ground on document knowledge |
| No-Code | Integrate existing process automations (Make, Zapier) |
| Custom MCP | Connect customer-specific protocols/backends |
| Custom AI Apps | Provide guided custom UIs for specific workflows |
Cloud Default vs. On-Prem Advanced
- Default: For most teams, setup in the meinGPT UI is sufficient.
- Advanced: On-prem/Data Vault is for teams needing own runtime and network control.