Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EMACS_SOCKET_NAMENoThe socket name or path for the Emacs server. Useful if multiple Emacs servers are running and you need to target a specific one.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
elisp_evalC

Evaluate an arbitrary Elisp expression and return the result.

symbol_existsB

Check if a symbol exists in obarray. Returns symbol name or nil.

load_pathsB

Return the user's Emacs load paths.

list_featuresA

Return the list of currently loaded Emacs features.

list_manualsB

Return a list of available Info manual names.

list_manual_nodesB

Return all node names within a given manual.

manual_node_contentsB

Return the full text of a node in an Info manual.

check_featureB

Check whether a specific feature is loaded or available.

library_sourceB

Return the full source code of an Elisp library.

symbol_manual_sectionC

Return the manual section that documents a given symbol.

function_sourceB

Return the source code of a function or macro.

variable_sourceC

Return the source code of a defvar or defcustom.

variable_valueC

Return the current global value of a variable.

function_documentationB

Return the docstring for a function or macro.

variable_documentationC

Return the docstring for a defvar or defcustom.

function_completionsC

Return all function names matching a prefix using orderless.

command_completionsB

Return all interactive commands matching a prefix.

variable_completionsC

Return all variables matching a prefix using orderless.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/landermkerbey/ragmacs-mcp'

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