You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/51-ai-functions/03-mcp-integration.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,13 @@ import TabItem from '@theme/TabItem';
12
12
[Databend MCP](https://github.com/databendlabs/mcp-databend) connects AI assistants to Databend via Model Context Protocol. Works with Claude Code, Codex, Cursor, Claude Desktop, VS Code, and other MCP-compatible clients.
13
13
14
14
**What you can do:**
15
+
15
16
- Generate complex SQL queries based on your requirements
16
-
- Create and manage scheduled data pipeline tasks
17
+
- Create and manage scheduled data pipeline tasks
17
18
- Explore database schemas and validate query syntax
18
19
- Build ETL workflows with COPY, MERGE, and Stage operations
19
20
20
-
For example: *"Create a scheduled task that copies parquet files from @my_stage to the orders table every minute, and verify it's running correctly."*
21
+
For example: _"Create a scheduled task that copies parquet files from @my_stage to the orders table every minute, and verify it's running correctly."_
21
22
22
23
## Installation
23
24
@@ -26,7 +27,7 @@ For example: *"Create a scheduled task that copies parquet files from @my_stage
26
27
We recommend using **Databend Cloud** for the best experience.
27
28
28
29
1. Log in to [Databend Cloud](https://app.databend.com).
29
-
2. Click **Connect** in the navigation bar.
30
+
2. Click **Use with AI Tools** in the navigation bar.
30
31
3. Select regular connection information (Host, User, Password, etc.).
0 commit comments