Databricks is rolling out its Databricks AI Gateway, a new feature designed to streamline how AI agents interact with external tools and data sources. The core challenge addressed is the complex authentication process required to connect agents to services like GitHub, Glean, and Atlassian.
Traditionally, integrating AI agents with these external Model Context Protocol (MCP) servers has been a bottleneck. Each service demands its own OAuth app registration, client secrets, and token management, often leading to weeks of development time for what should be a straightforward connection.
Unified Governance for External Tools
The Databricks AI Gateway integrates directly with Unity Catalog, treating external MCP servers as first-class citizens. This allows administrators to register and govern these connections just like any other data asset. Fine-grained permissions can be applied, and all interactions are logged for comprehensive auditability and traceability.
This unified approach means teams can discover and deploy MCP servers from partners directly through the Databricks Marketplace.
Secure, User-Centric Access
A key security feature is the ability for agents to act on behalf of the end-user. This ensures that an agent accessing, for example, User A's email or private GitHub repositories, only has visibility and permissions aligned with User A's specific access rights. This prevents the need for overprivileged service accounts.