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

# Supported servers

> Which MCP servers Rippit's in-app agent can connect to, and what each one needs.

Rippit connects to any MCP server that speaks Streamable HTTP over HTTPS. The
servers below are the ones we have set up and tested; see
[Custom server](/agentic-chat/connectors/custom-server) if yours isn't listed.

| Server              | What the agent gets                                                                                                                                  | Setup needed first                          | Guide                                                   |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------------- |
| Slack               | Channel, thread, and message search and reads                                                                                                        | None                                        | [Slack](/agentic-chat/connectors/slack)                 |
| Intercom            | Conversations, contacts, companies, Help Center articles                                                                                             | None                                        | [Intercom](/agentic-chat/connectors/intercom)           |
| Notion              | Workspace search, page and database reads and writes                                                                                                 | None                                        | [Notion](/agentic-chat/connectors/notion)               |
| Linear              | Issue, project, and comment search, creation, and updates                                                                                            | None                                        | [Linear](/agentic-chat/connectors/linear)               |
| Salesforce          | SOQL and text search across standard and custom objects, plus record writes                                                                          | Two admin steps in Salesforce               | [Salesforce](/agentic-chat/connectors/salesforce)       |
| Snowflake           | SQL against the databases your MCP server exposes                                                                                                    | An OAuth security integration               | [Snowflake](/agentic-chat/connectors/snowflake)         |
| Databricks          | SQL against Unity Catalog                                                                                                                            | An account-level OAuth application          | [Databricks](/agentic-chat/connectors/databricks)       |
| Google Drive        | Search, read, create, update, download, and share selected Drive items                                                                               | None; item selection uses Google Picker     | [Google Drive](/agentic-chat/connectors/google-drive)   |
| Glean               | Company-wide search and chat, document reads, people and meeting lookup, plus whatever agents and third-party tools your Glean tenant has registered | None. Host is specific to your Glean tenant | [Glean](/agentic-chat/connectors/glean)                 |
| HubSpot             | CRM records, conversations and ticket transcripts, campaign and content analytics                                                                    | An MCP auth app in your HubSpot account     | [HubSpot](/agentic-chat/connectors/hubspot)             |
| Guru                | Search and read Guru cards and verified knowledge                                                                                                    | None                                        | Setup guide in the connect dialog                       |
| Jira and Confluence | Issue, project, and page search; issue and comment writes                                                                                            | None. Cloud only                            | Setup guide in the connect dialog                       |
| Hex                 | Project search; create, read, and continue threads                                                                                                   | None. Host varies by deployment             | Setup guide in the connect dialog                       |
| Replit              | Build and update Replit apps; ask Replit Agent about an app                                                                                          | None                                        | Setup guide in the connect dialog                       |
| Any MCP server      | Whatever the server exposes                                                                                                                          | Depends on the server                       | [Custom server](/agentic-chat/connectors/custom-server) |

## What every connection has in common

* Connections are made once by a **Full Admin**, under **Connections → MCP
  Servers**.
* Servers must use **HTTPS** and the **Streamable HTTP** transport. SSE is
  deprecated in MCP and is not supported.
* Rippit must be able to reach the server from its own infrastructure, so a
  server on a private network or behind a VPN will not connect.
* Every connection **starts read-only**. Write tools are enabled one at a time,
  deliberately.
* The **scope** you choose at setup decides whether Agent Apps can use it.

The servers without their own page work the same way as the ones that have one:
follow [Connect a server](/agentic-chat/connect-a-server) and use the setup
guide link Rippit shows in the connect dialog.
