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

CategoryProviders
DatabasesMongoDB, ClickHouse, BigQuery, Athena
Issues & codeLinear, GitHub
SupportPylon
CRMHubSpot, Apollo
Knowledge & docsNotion, GitBook, Google Workspace (Docs, Sheets, Drive, Gmail, Calendar, Slides)
CommsSlack
Observability & analyticsSentry, PostHog
CallsGrain

Connecting

  1. Open the Integrations page in the dashboard.
  2. Choose a provider and click Connect.
  3. Provide the required credential (API key, connection string, or OAuth) and any provider-specific fields (host, database, region, etc.).
  4. 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.