Skip to content

Commit b1d3284

Browse files
authored
Merge pull request modelcontextprotocol#33 from modelcontextprotocol/zack-lee/clients-updates
Fixed grammar and links for Clients.mdx
2 parents b3ce379 + ca3bebe commit b1d3284

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

clients.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "A list of applications that support MCP integrations"
55

66
This page provides an overview of applications that support the Model Context Protocol (MCP). Each client may support different MCP features, allowing for varying levels of integration with MCP servers.
77

8-
## Feature Support Matrix
8+
## Feature support matrix
99

1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
1111
|---------------------------|-------------|-----------|---------|------------|-------|---------------------------------------------------|
@@ -22,12 +22,12 @@ This page provides an overview of applications that support the Model Context Pr
2222
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
2323
[Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling
2424

25-
## Client Details
25+
## Client details
2626

2727
### Claude Desktop App
2828
The Claude desktop application provides comprehensive support for MCP, enabling deep integration with local tools and data sources.
2929

30-
**Key Features:**
30+
**Key features:**
3131
- Full support for resources, allowing attachment of local files and data
3232
- Support for prompt templates
3333
- Tool integration for executing commands and scripts
@@ -38,7 +38,7 @@ The Claude desktop application provides comprehensive support for MCP, enabling
3838
### Zed
3939
[Zed](https://zed.dev/docs/assistant/model-context-protocol) is a high-performance code editor with built-in MCP support, focusing on prompt templates and tool integration.
4040

41-
**Key Features:**
41+
**Key features:**
4242
- Prompt templates surface as slash commands in the editor
4343
- Tool integration for enhanced coding workflows
4444
- Tight integration with editor features and workspace context
@@ -47,13 +47,13 @@ The Claude desktop application provides comprehensive support for MCP, enabling
4747
### Sourcegraph Cody
4848
[Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
4949

50-
**Key Features:**
50+
**Key features:**
5151
- Support for MCP resources
5252
- Integration with Sourcegraph's code intelligence
5353
- Uses OpenCTX as an abstraction layer
5454
- Future support planned for additional MCP features
5555

56-
## Adding MCP Support to Your Application
56+
## Adding MCP support to your application
5757

5858
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.
5959

@@ -63,8 +63,8 @@ Benefits of adding MCP support:
6363
- Provide users with flexible integration options
6464
- Support local-first AI workflows
6565

66-
To get started with implementing MCP in your application, check out our [SDK documentation](/sdks) and [integration guide](/integration-guide).
66+
To get started with implementing MCP in your application, check out our [Python](https://github.com/modelcontextprotocol/python-sdk) or [TypeScript SDK Documentation](https://github.com/modelcontextprotocol/typescript-sdk)
6767

68-
## Updates and Corrections
68+
## Updates and corrections
6969

70-
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or open an issue in our documentation repository.
70+
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or [open an issue in our documentation repository](https://github.com/modelcontextprotocol/docs/issues).

0 commit comments

Comments
 (0)