Skip to content

Commit c454a99

Browse files
committed
Adding Specification section
1 parent 4e70f6d commit c454a99

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/guides/quickstart.mdx

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -70,28 +70,6 @@ flowchart LR
7070
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.
7171
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.
7272

73-
## MCP clients
74-
75-
While this guide demonstrates MCP using Claude Desktop, several other applications support MCP integration:
76-
77-
<CardGroup cols={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-
9573
## Prerequisites
9674

9775
- macOS (Windows/Linux guides coming soon)
@@ -286,6 +264,28 @@ Want to give Claude Desktop more local integration capabilities? Add these serve
286264
</Accordion>
287265
</AccordionGroup>
288266
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.
288+
289289
## Troubleshooting
290290
291291
<AccordionGroup>

0 commit comments

Comments
 (0)