docs/dev-guides/agent-context/copilot-studio.md
📚 Navigation: ← Back to Agent Context Kit | LangChain Integration → | Snowflake Integration →
Microsoft Copilot Studio lets you build custom AI agents that work across Microsoft 365, Teams, and other channels. Out of the box, these agents don't know anything about your organization's data assets — they can't search your data catalog, trace lineage, or answer questions about dataset ownership and quality.
By connecting DataHub's MCP server to Copilot Studio, your agents gain direct access to your metadata catalog. Users can ask questions like "What are the most queried datasets?" or "Who owns the revenue table?" and get grounded answers drawn from real metadata.
Fill in the MCP server details:
| Field | Value |
|---|---|
| Server name | DataHub MCP Server |
| Server description | DataHub MCP server to connect to datasets, documents, & more |
| Server URL | https://<tenant>.acryl.io/integrations/ai/mcp |
| Authentication | API key |
| Type | Header |
| Header name | Authorization |
| Header value | Bearer <your-datahub-token> |
Replace <tenant> with your DataHub Cloud tenant name and <your-datahub-token> with your personal access token.
:::note Self-Hosted DataHub If you're using a self-hosted DataHub instance, you'll need to run the self-hosted MCP server and expose it via a publicly accessible URL. Use that URL as the Server URL above. :::
Click the Test button in the top-right corner to open the test panel. Try asking your agent a question like:
If Copilot Studio can't connect to the MCP server:
https://<tenant>.acryl.io/integrations/ai/mcp)Bearer prefix (with the trailing space)If tools don't appear after adding the MCP server:
If the agent returns no results for queries: