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/guides/quickstart.mdx
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,28 +70,6 @@ flowchart LR
70
70
All communication happens entirely on your machine - no data leaves your computer. The MCP protocol ensures that Claude Desktop can only perform approved database operations through well-defined interfaces.
71
71
This gives you a secure way to let Claude analyze and interact with your local data while maintaining complete control over what it can access.
72
72
73
-
## MCP clients
74
-
75
-
While this guide demonstrates MCP using Claude Desktop, several other applications support MCP integration:
76
-
77
-
<CardGroupcols={2}>
78
-
<Card
79
-
title="Zed Editor"
80
-
icon="pen-to-square"
81
-
href="https://zed.dev">
82
-
A high-performance, multiplayer code editor with built-in MCP support for AI-powered coding assistance
83
-
</Card>
84
-
85
-
<Card
86
-
title="Sourcegraph"
87
-
icon="magnifying-glass"
88
-
href="https://sourcegraph.com">
89
-
Code intelligence platform featuring MCP integration for enhanced code search and analysis capabilities
90
-
</Card>
91
-
</CardGroup>
92
-
93
-
Each client may implement MCP features differently or support different capabilities. Check their respective documentation for specific setup instructions and supported features.
94
-
95
73
## Prerequisites
96
74
97
75
- macOS (Windows/Linux guides coming soon)
@@ -286,6 +264,28 @@ Want to give Claude Desktop more local integration capabilities? Add these serve
286
264
</Accordion>
287
265
</AccordionGroup>
288
266
267
+
## MCP clients
268
+
269
+
While this guide demonstrates MCP using Claude Desktop, several other applications support MCP integration:
270
+
271
+
<CardGroup cols={2}>
272
+
<Card
273
+
title="Zed Editor"
274
+
icon="pen-to-square"
275
+
href="https://zed.dev">
276
+
A high-performance, multiplayer code editor with built-in MCP support for AI-powered coding assistance
277
+
</Card>
278
+
279
+
<Card
280
+
title="Sourcegraph"
281
+
icon="magnifying-glass"
282
+
href="https://sourcegraph.com">
283
+
Code intelligence platform featuring MCP integration for enhanced code search and analysis capabilities
284
+
</Card>
285
+
</CardGroup>
286
+
287
+
Each client may implement MCP features differently or support different capabilities. Check their respective documentation for specific setup instructions and supported features.
0 commit comments