You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
@@ -489,6 +491,25 @@ The Claude desktop application provides comprehensive support for MCP, enabling
489
491
- Supports MCP Servers in config
490
492
- Exposes MCP Client
491
493
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.
[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