Skip to content

Commit 10a2dd0

Browse files
Merge pull request modelcontextprotocol#78 from saoudrizwan/add-cline-client
Add Cline client
2 parents 1ff08be + da92a59 commit 10a2dd0

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 that edits files, runs commands, uses a browser, and more–with your permission at each step.
92+
93+
**Key features:**
94+
- Create and add tools through natural language (e.g. "add a tool that searches the web")
95+
- Share custom MCP servers Cline creates with others via the `~/Documents/Cline/MCP` directory
96+
- Displays configured MCP servers along with their tools, resources, and any error logs
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)