From 780c01d14646400801911064f7237411519b4643 Mon Sep 17 00:00:00 2001 From: Zack Lee Date: Mon, 25 Nov 2024 10:32:08 -0500 Subject: [PATCH 1/2] Fixed grammar and links --- clients.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/clients.mdx b/clients.mdx index cd28ef8..4d6874f 100644 --- a/clients.mdx +++ b/clients.mdx @@ -5,20 +5,20 @@ description: "A list of applications that support MCP integrations" 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. -## Feature Support Matrix +## Feature support matrix -| Client | Resources | Prompts | Tools | Notes | -|--------|-----------|---------|-------|-------| -| Claude Desktop App | ✅ | ✅ | ✅ | Full support for all MCP features | -| Zed | ❌ | ✅ | ✅ | Prompts appear as slash commands | -| Sourcegraph Cody | ✅ | ❌ | ❌ | Currently only supports resources through OpenCTX | +| Client | Resources | Prompts | Tools | Sampling | Notes | +|--------|-----------|---------|-------|----------|-------| +| Claude Desktop App | ✅ | ✅ | ✅ | ❌ | Full support for all MCP features except sampling | +| Zed | ❌ | ✅ | ✅ | ❌ | Prompts appear as slash commands | +| Sourcegraph Cody | ✅ | ❌ | ❌ | ❌ | Currently only supports resources through OpenCTX | -## Client Details +## Client details ### Claude Desktop App The Claude desktop application provides comprehensive support for MCP, enabling deep integration with local tools and data sources. -**Key Features:** +**Key features:** - Full support for resources, allowing attachment of local files and data - Support for prompt templates - Tool integration for executing commands and scripts @@ -29,7 +29,7 @@ The Claude desktop application provides comprehensive support for MCP, enabling ### Zed [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. -**Key Features:** +**Key features:** - Prompt templates surface as slash commands in the editor - Tool integration for enhanced coding workflows - Tight integration with editor features and workspace context @@ -38,13 +38,13 @@ The Claude desktop application provides comprehensive support for MCP, enabling ### Sourcegraph Cody [Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX. -**Key Features:** +**Key features:** - Support for MCP resources - Integration with Sourcegraph's code intelligence - Uses OpenCTX as an abstraction layer - Future support planned for additional MCP features -## Adding MCP Support to Your Application +## Adding MCP support to your application 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. @@ -54,8 +54,8 @@ Benefits of adding MCP support: - Provide users with flexible integration options - Support local-first AI workflows -To get started with implementing MCP in your application, check out our [SDK documentation](/sdks) and [integration guide](/integration-guide). +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) -## Updates and Corrections +## Updates and corrections 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. \ No newline at end of file From 13f7260003832f94446e94b5d1d7d76f0873ba72 Mon Sep 17 00:00:00 2001 From: Zack Lee Date: Mon, 25 Nov 2024 10:32:31 -0500 Subject: [PATCH 2/2] Fixed grammar and links --- clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.mdx b/clients.mdx index 4d6874f..5465363 100644 --- a/clients.mdx +++ b/clients.mdx @@ -58,4 +58,4 @@ To get started with implementing MCP in your application, check out our [Python] ## Updates and corrections -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. \ No newline at end of file +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). \ No newline at end of file