Integrations
Integrations give the agent access to your tools — query data, read tickets, search docs — without leaving Loma. Connect them from the dashboard Integrations page using an API key or OAuth. Credentials are encrypted at rest, and integrations are optional: a missing or unconfigured provider never blocks startup.
Each provider is wired either as an MCP server or as a CLI tool the agent can call, resolved at runtime from the integration registry. Active integrations are merged into the agent’s tool configuration automatically.
Supported providers
| Category | Providers |
|---|---|
| Databases | MongoDB, ClickHouse, BigQuery, Athena |
| Issues & code | Linear, GitHub |
| Support | Pylon |
| CRM | HubSpot, Apollo |
| Knowledge & docs | Notion, GitBook, Google Workspace (Docs, Sheets, Drive, Gmail, Calendar, Slides) |
| Comms | Slack |
| Observability & analytics | Sentry, PostHog |
| Calls | Grain |
Connecting
- Open the Integrations page in the dashboard.
- Choose a provider and click Connect.
- Provide the required credential (API key, connection string, or OAuth) and any provider-specific fields (host, database, region, etc.).
- The agent picks up the new tool on its next session.
Some providers also accept their credentials as environment variables for the CLI tools; see the provider’s row in the registry and the Configuration reference. For webhook-driven integrations (e.g. support tickets or issue events triggering a flow), see Flows & automations.
Custom MCP connectors
Need a provider that isn’t built in? An admin can connect any remote MCP server from the Integrations page, making its tools available to every user. See Custom MCP connectors.