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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,20 @@ 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.
7
7
8
-
## Feature Support Matrix
8
+
## Feature support matrix
9
9
10
-
| Client | Resources | Prompts | Tools | Notes |
11
-
|--------|-----------|---------|-------|-------|
12
-
| Claude Desktop App | ✅ | ✅ | ✅ | Full support for all MCP features |
| Sourcegraph Cody | ✅ | ❌ | ❌ |❌ |Currently only supports resources through OpenCTX |
15
15
16
-
## Client Details
16
+
## Client details
17
17
18
18
### Claude Desktop App
19
19
The Claude desktop application provides comprehensive support for MCP, enabling deep integration with local tools and data sources.
20
20
21
-
**Key Features:**
21
+
**Key features:**
22
22
- Full support for resources, allowing attachment of local files and data
23
23
- Support for prompt templates
24
24
- Tool integration for executing commands and scripts
@@ -29,7 +29,7 @@ The Claude desktop application provides comprehensive support for MCP, enabling
29
29
### Zed
30
30
[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.
31
31
32
-
**Key Features:**
32
+
**Key features:**
33
33
- Prompt templates surface as slash commands in the editor
34
34
- Tool integration for enhanced coding workflows
35
35
- Tight integration with editor features and workspace context
@@ -38,13 +38,13 @@ The Claude desktop application provides comprehensive support for MCP, enabling
38
38
### Sourcegraph Cody
39
39
[Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
40
40
41
-
**Key Features:**
41
+
**Key features:**
42
42
- Support for MCP resources
43
43
- Integration with Sourcegraph's code intelligence
44
44
- Uses OpenCTX as an abstraction layer
45
45
- Future support planned for additional MCP features
46
46
47
-
## Adding MCP Support to Your Application
47
+
## Adding MCP support to your application
48
48
49
49
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.
50
50
@@ -54,8 +54,8 @@ Benefits of adding MCP support:
54
54
- Provide users with flexible integration options
55
55
- Support local-first AI workflows
56
56
57
-
To get started with implementing MCP in your application, check out our [SDK documentation](/sdks) and [integration guide](/integration-guide).
57
+
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)
58
58
59
-
## Updates and Corrections
59
+
## Updates and corrections
60
60
61
61
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.
0 commit comments