Emacs
Createdvivekhaldar
Enables dynamic generation and execution of Emacs Lisp code within a running Emacs process.
About
This tool acts as a Model Context Protocol (MCP) server for Emacs, allowing users to generate and run Emacs Lisp code in real-time. It exposes functionalities such as `generate_emacs_lisp_code` for creating Lisp code based on given tasks and `execute_emacs_lisp_code` for passing and executing the generated code in a live Emacs environment via `emacsclient`.
Key Features
- Uses Model Context Protocol (MCP) for communication.
- Generates Emacs Lisp code for specified tasks.
- Leverages `emacsclient` for seamless integration.
- Executes Lisp code within a running Emacs instance.
- 11 GitHub stars
Use Cases
- Extending Emacs functionality dynamically.
- Integrating Emacs with other applications.
- Automating Emacs tasks programmatically.