Skip to content

Commit f171128

Browse files
Add ECA to MCP client documentation (modelcontextprotocol#1543)
* Add ECA to MCP client documentation * Update eca docs Updated the ECA section to remove duplicate features and corrected the link to the ECA website. * Fix lint * Fix lint * Remove emojis Co-authored-by: Jonathan Hefner <[email protected]> * Update github link Co-authored-by: Jonathan Hefner <[email protected]> --------- Co-authored-by: Jonathan Hefner <[email protected]>
1 parent 3d9d8fb commit f171128

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/clients.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This page provides an overview of applications that support the Model Context Pr
3838
| [Copilot-MCP][CopilotMCP] ||||||||
3939
| [Cursor][Cursor] ||||||||
4040
| [Daydreams Agents][Daydreams] ||||||||
41+
| [ECA][ECA] ||||||||
4142
| [Emacs Mcp][Mcp.el] ||||||||
4243
| [fast-agent][fast-agent] ||||||||
4344
| [FlowDown][FlowDown] ||||||||
@@ -133,6 +134,7 @@ This page provides an overview of applications that support the Model Context Pr
133134
[CopilotMCP]: https://github.com/VikashLoomba/copilot-mcp
134135
[Cursor]: https://cursor.com
135136
[Daydreams]: https://github.com/daydreamsai/daydreams
137+
[ECA]: https://eca.dev
136138
[Klavis AI]: https://www.klavis.ai/
137139
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
138140
[fast-agent]: https://github.com/evalstate/fast-agent
@@ -489,6 +491,25 @@ The Claude desktop application provides comprehensive support for MCP, enabling
489491
- Supports MCP Servers in config
490492
- Exposes MCP Client
491493

494+
### ECA - Editor Code Assistant
495+
496+
[ECA](https://eca.dev) is a Free and open-source editor-agnostic tool that aims to easily link LLMs and Editors, giving the best UX possible for AI pair programming using a well-defined protocol
497+
498+
**Key features:**
499+
500+
- **Editor-agnostic**: protocol for any editor to integrate.
501+
- **Single configuration**: Configure eca making it work the same in any editor via global or local configs.
502+
- **Chat** interface: ask questions, review code, work together to code.
503+
- **Agentic**: let LLM work as an agent with its native tools and MCPs you can configure.
504+
- **Context**: support: giving more details about your code to the LLM, including MCP resources and prompts.
505+
- **Multi models**: Login to OpenAI, Anthropic, Copilot, Ollama local models and many more.
506+
- **OpenTelemetry**: Export metrics of tools, prompts, server usage.
507+
508+
**Learn more:**
509+
510+
- [ECA website](https://eca.dev)
511+
- [ECA source code](https://github.com/editor-code-assistant/eca)
512+
492513
### Emacs Mcp
493514

494515
[Emacs Mcp](https://github.com/lizqwerscott/mcp.el) is an Emacs client designed to interface with MCP servers, enabling seamless connections and interactions. It provides MCP tool invocation support for AI plugins like [gptel](https://github.com/karthink/gptel) and [llm](https://github.com/ahyatt/llm), adhering to Emacs' standard tool invocation format. This integration enhances the functionality of AI tools within the Emacs ecosystem.

0 commit comments

Comments
 (0)