Skip to main content
Glama

Emacs MCP Server

by vivekhaldar

execute_emacs_lisp_code

Send Emacs Lisp code to the Emacs process for execution and retrieve results, enabling AI assistants to control and interact with Emacs programmatically.

Instructions

Execute Emacs Lisp code by sending it to the Emacs process and return the result.

Input Schema

NameRequiredDescriptionDefault
codeYes

Input Schema (JSON Schema)

{ "properties": { "code": { "title": "Code", "type": "string" } }, "required": [ "code" ], "title": "execute_emacs_lisp_codeArguments", "type": "object" }

Other Tools from Emacs MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vivekhaldar/emacs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server