Skip to content

Commit 1f6fabe

Browse files
committed
Add Cline client
1 parent 65673e9 commit 1f6fabe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

clients.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ This page provides an overview of applications that support the Model Context Pr
1515
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
1616
| [Continue][Continue] |||||| Full support for all MCP features |
1717
| [GenAIScript][GenAIScript] |||||| Supports tools. |
18+
| [Cline][Cline] |||||| Supports tools and resources. |
1819

1920
[Claude]: https://claude.ai/download
2021
[Zed]: https://zed.dev
2122
[Cody]: https://sourcegraph.com/cody
2223
[Genkit]: https://github.com/firebase/genkit
2324
[Continue]: https://github.com/continuedev/continue
2425
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
26+
[Cline]: https://github.com/cline/cline
2527

2628
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
2729
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -85,6 +87,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
8587
- Abstraction to make it easy and productive
8688
- Seamless Visual Studio Code integration
8789

90+
### Cline
91+
[Cline](https://github.com/cline/cline) is an autonomous coding agent in VS Code, with support for tools and resources.
92+
93+
**Key features:**
94+
- Create tools through natural language (e.g. "add a tool that searches the web")
95+
- Displays connected MCP servers along with error logs to debug issues
96+
- Share custom MCP servers with others via the `~/Documents/Cline/MCP` directory
97+
8898
## Adding MCP support to your application
8999

90100
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)