@@ -60,7 +60,7 @@ agent card for the full list.
60
60
</div >
61
61
62
62
</Card >
63
- <Card >
63
+ <Card >
64
64
<div className = " flex items-center gap-2" >
65
65
<img
66
66
src = " /images/agents/connections/icons/neo4j-auradb.png"
@@ -85,6 +85,31 @@ agent card for the full list.
85
85
</div >
86
86
87
87
</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 >
88
113
<Card >
89
114
<div className = " flex items-center gap-2" >
90
115
<img
@@ -1349,6 +1374,32 @@ agent card for the full list.
1349
1374
### Database
1350
1375
1351
1376
<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
+
1352
1403
<Card >
1353
1404
<div className = " flex items-center gap-2" >
1354
1405
<img
0 commit comments