Skip to content

Commit ba2ec82

Browse files
committed
add motherduck connection guide
1 parent 4c9a7b8 commit ba2ec82

15 files changed

+33
-2
lines changed

agents/available-connections.mdx

Lines changed: 26 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

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"pages": [
9191
"agents/connections/supabase",
9292
"agents/connections/neo4j",
93-
"agents/connections/mongodb"
93+
"agents/connections/mongodb",
94+
"agents/connections/motherduck"
9495
]
9596
}
9697
]
2.15 KB
Loading
52.3 KB
Loading
248 KB
Loading
252 KB
Loading
98.5 KB
Loading
58.3 KB
Loading
55.8 KB
Loading
85.7 KB
Loading

0 commit comments

Comments
 (0)