Skip to content

Commit b244994

Browse files
committed
Add Continue client
1 parent 225500b commit b244994

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

clients.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ This page provides an overview of applications that support the Model Context Pr
1313
| [Zed][Zed] |||||| Prompts appear as slash commands |
1414
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
1515
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
16+
| [Continue][Continue] |||||| Full support for all MCP features |
1617

1718
[Claude]: https://claude.ai/download
1819
[Zed]: https://zed.dev
1920
[Cody]: https://sourcegraph.com/cody
2021
[Genkit]: https://github.com/firebase/genkit
22+
[Continue]: https://github.com/continuedev/continue
2123

2224
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
2325
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -64,6 +66,15 @@ The Claude desktop application provides comprehensive support for MCP, enabling
6466
- Seamless interoperability with Genkit's existing tools and prompts
6567
- Works across a wide variety of GenAI models from top providers
6668

69+
### Continue
70+
[Continue](https://github.com/continuedev/continue) is the leading open-source AI code assistant, with built-in support for all MCP features.
71+
72+
**Key features**
73+
- Type "@" to mention MCP resources
74+
- Prompt templates surface as slash commands
75+
- Use both built-in and MCP tools directly in chat
76+
- Supports VS Code and JetBrains IDEs, with any LLM
77+
6778
## Adding MCP support to your application
6879

6980
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.

0 commit comments

Comments
 (0)