> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mistle.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Operator guide to managing integrations in Mistle

## Overview

There are two main roles when it comes to running Mistle:

* Operator: the person deploying / running Mistle
* User / Workspace admins: the people who use the deployed Mistle instance

This section is for the operator-owned integration setup after the deployment
configuration exists.

Use the connection guides when you need provider-specific setup such as GitHub App registration, Slack app configuration, Jira service-account credentials, or OAuth approval flows.

## What Operators Own

Operators are responsible for:

* choosing which integration targets are enabled
* making sure the control-plane base URL is publicly reachable when integrations need callbacks or webhooks (if you're using the Docker Compose stack, this is done via Cloudflare Tunnel).

## Supported Integrations

Mistle currently ships these integrations:

| Integration             | Target key(s)                              |
| ----------------------- | ------------------------------------------ |
| AgentMail               | `agentmail-mcp`                            |
| AWS                     | `aws-cli-default`                          |
| Anthropic               | `anthropic-default`                        |
| BugSnag                 | `bugsnag-mcp`                              |
| Cloudflare              | `cloudflare-mcp`                           |
| DataForSEO              | `dataforseo-mcp`                           |
| Datadog                 | `datadog-default`                          |
| DeepSeek                | `deepseek-default`                         |
| E2B                     | `e2b-default`                              |
| Expo                    | `expo-mcp`                                 |
| Fireworks AI            | `fireworks-default`                        |
| GitHub                  | `github-cloud`, `github-enterprise-server` |
| Google Cloud            | `gcp-mcp`                                  |
| Google Analytics        | `google-analytics-mcp`                     |
| Google Business Profile | `google-business-profile-mcp`              |
| Google Search Console   | `google-search-console-mcp`                |
| Google Workspace        | `google-workspace-mcp`                     |
| Inception Labs          | `inception-default`                        |
| Jira                    | `jira-default`                             |
| Kimi                    | `kimi-default`                             |
| Klaviyo                 | `klaviyo-mcp`                              |
| Linear                  | `linear-default`                           |
| Meta Ads                | `metaads-default`                          |
| MiniMax                 | `minimax-default`                          |
| Modal                   | `modal-default`                            |
| Notion                  | `notion-mcp`                               |
| OpenCode Go             | `opencode-go`                              |
| OpenComputer            | `opencomputer-default`                     |
| OpenAI                  | `openai-default`                           |
| OpenRouter              | `openrouter-default`                       |
| PlanetScale             | `planetscale-mcp`                          |
| PostHog                 | `posthog-mcp`                              |
| Railway                 | `railway-mcp`                              |
| Render                  | `render-mcp`                               |
| Resend                  | `resend-mcp`                               |
| Sentry                  | `sentry-default`                           |
| SigNoz                  | `signoz-mcp`                               |
| Slack                   | `slack-default`                            |
| Stripe                  | `stripe-mcp`                               |
| Supabase                | `supabase-mcp`                             |
| Tensorlake              | `tensorlake-default`                       |
| Z.ai                    | `zai-coding-plan`                          |

`github-enterprise-server` ships disabled by default. Enable it only when your
deployment should connect to a GitHub Enterprise Server instance.

## Next Steps

* Read [Docker Compose Quickstart](/guides/self-hosted-docker-compose-quickstart) if you have not started a stack yet.
* Read [Provision Integration Targets](/guides/self-hosted-integration-targets)
* Read [Webhook And Callback URLs](/guides/self-hosted-webhook-callbacks)
* Read [Configuration Reference](/guides/self-hosted-configuration)
* Then use the provider-specific connection guides in the `Connect Integrations` section
