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: clients.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "A list of applications that support MCP integrations"
5
5
6
6
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.
The Claude desktop application provides comprehensive support for MCP, enabling deep integration with local tools and data sources.
29
29
30
-
**Key Features:**
30
+
**Key features:**
31
31
- Full support for resources, allowing attachment of local files and data
32
32
- Support for prompt templates
33
33
- Tool integration for executing commands and scripts
@@ -38,7 +38,7 @@ The Claude desktop application provides comprehensive support for MCP, enabling
38
38
### Zed
39
39
[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.
40
40
41
-
**Key Features:**
41
+
**Key features:**
42
42
- Prompt templates surface as slash commands in the editor
43
43
- Tool integration for enhanced coding workflows
44
44
- Tight integration with editor features and workspace context
@@ -47,13 +47,13 @@ The Claude desktop application provides comprehensive support for MCP, enabling
47
47
### Sourcegraph Cody
48
48
[Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
49
49
50
-
**Key Features:**
50
+
**Key features:**
51
51
- Support for MCP resources
52
52
- Integration with Sourcegraph's code intelligence
53
53
- Uses OpenCTX as an abstraction layer
54
54
- Future support planned for additional MCP features
55
55
56
-
## Adding MCP Support to Your Application
56
+
## Adding MCP support to your application
57
57
58
58
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.
59
59
@@ -63,8 +63,8 @@ Benefits of adding MCP support:
63
63
- Provide users with flexible integration options
64
64
- Support local-first AI workflows
65
65
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)
67
67
68
-
## Updates and Corrections
68
+
## Updates and corrections
69
69
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