emacs-mcp-server

emacs-mcp-server

15

The Emacs MCP Server is a model context protocol server designed for Emacs, which facilitates the generation and execution of elisp code within a running Emacs process. It includes tools for generating and executing Emacs Lisp code.

What is the primary function of the Emacs MCP Server?

The primary function is to generate and execute elisp code within a running Emacs process, enhancing the development workflow.

How do I manage dependencies for the Emacs MCP Server?

Dependencies are managed using the 'uv' tool. Run 'uv sync' to install all necessary dependencies.

Can the Emacs MCP Server be integrated with other platforms?

Yes, it can be integrated with platforms like Claude Desktop by configuring the JSON config file with API keys and paths.

What tools does the Emacs MCP Server provide?

It provides tools to generate and execute elisp code, specifically 'generate_emacs_lisp_code' and 'execute_emacs_lisp_code'.

How do I activate the virtual environment for the Emacs MCP Server?

Activate the virtual environment by running 'source .venv/bin/activate'.