Skip to content

Commit 0a63bf2

Browse files
authored
add motherduck connection guide (#180)
* add motherduck connection guide * add motherduck guide
1 parent a881265 commit 0a63bf2

16 files changed

+503
-2
lines changed

agents/available-connections.mdx

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ agent card for the full list.
6060
</div>
6161

6262
</Card>
63-
<Card>
63+
<Card>
6464
<div className="flex items-center gap-2">
6565
<img
6666
src="/images/agents/connections/icons/neo4j-auradb.png"
@@ -85,6 +85,31 @@ agent card for the full list.
8585
</div>
8686

8787
</Card>
88+
<Card>
89+
<div className="flex items-center gap-2">
90+
<img
91+
src="/images/agents/connections/icons/motherduck.png"
92+
alt="MotherDuck"
93+
width={24}
94+
height={24}
95+
/>
96+
<span className="text-lg font-semibold">MotherDuck</span>
97+
</div>
98+
Serverless analytics platform powered by DuckDB
99+
<div className="mt-4 flex items-center justify-between">
100+
<span className="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-100 text-gray-800">
101+
1 tool
102+
</span>
103+
104+
<a
105+
href="/agents/connections/motherduck"
106+
className="px-3 py-1 bg-gray-100 hover:bg-gray-200 dark:bg-gray-700 dark:hover:bg-gray-600 dark:text-gray-200 rounded"
107+
>
108+
Details
109+
</a>
110+
</div>
111+
112+
</Card>
88113
<Card>
89114
<div className="flex items-center gap-2">
90115
<img
@@ -1349,6 +1374,32 @@ agent card for the full list.
13491374
### Database
13501375

13511376
<CardGroup cols={3}>
1377+
<Card>
1378+
<div className="flex items-center gap-2">
1379+
<img
1380+
src="/images/agents/connections/icons/motherduck.png"
1381+
alt="MotherDuck"
1382+
width={24}
1383+
height={24}
1384+
/>
1385+
<span className="text-lg font-semibold">MotherDuck</span>
1386+
</div>
1387+
Serverless analytics platform powered by DuckDB
1388+
<div className="mt-4 flex items-center justify-between">
1389+
<span className="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-100 text-gray-800">
1390+
1 tool
1391+
</span>
1392+
1393+
<a
1394+
href="/agents/connections/motherduck"
1395+
className="px-3 py-1 bg-gray-100 hover:bg-gray-200 dark:bg-gray-700 dark:hover:bg-gray-600 dark:text-gray-200 rounded"
1396+
>
1397+
Details
1398+
</a>
1399+
</div>
1400+
1401+
</Card>
1402+
13521403
<Card>
13531404
<div className="flex items-center gap-2">
13541405
<img

0 commit comments

Comments
 (0)