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
@@ -178,6 +180,12 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
178
180
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
179
181
- Supports workflow pause/resume signals, such as waiting for human feedback.
180
182
183
+
### Emacs Mcp
184
+
[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.
185
+
186
+
**Key features:**
187
+
- Provides MCP tool support for Emacs.
188
+
181
189
## Adding MCP support to your application
182
190
183
191
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