MCP.so
登录
E

Elisp Dev Mcp

@laurynas-biveinis

关于 Elisp Dev Mcp

Elisp (Emacs Lisp) development support tools, running in Emacs

基本信息

分类

其他

传输方式

stdio

发布者

laurynas-biveinis

提交者

Laurynas Biveinis

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Elisp Dev Mcp?

Elisp Dev Mcp is a Model Context Protocol server that provides tools for querying Emacs Lisp documentation, source code, and metadata. It is designed for developers working with Elisp in an Emacs environment.

How to use Elisp Dev Mcp?

Install and configure the server in an MCP-compatible client, then invoke one of the provided Elisp development tools by name.

Key features of Elisp Dev Mcp?

  • Describe Elisp function with extra metadata
  • Get Elisp source definition of a function
  • Describe Elisp variable excluding its value
  • Look up Info documentation for a symbol
  • Read whole Elisp source file (limited scope)

Use cases of Elisp Dev Mcp?

  • Debugging Elisp function behavior by examining its source and documentation
  • Exploring variable metadata without exposing sensitive values
  • Finding and reading Info documentation for Elisp symbols
  • Analyzing Elisp code from source files in site or user ELPA directories

FAQ from Elisp Dev Mcp

Does the server expose variable values?

No, describing a variable explicitly excludes its value to avoid leaking sensitive data.

Where does the server read source files from?

It reads from the site installation and the user’s ELPA directories only.

How can I get the definition of a function?

Use the elisp-get-function-definition tool to obtain the Elisp source of a function.

What information does elisp-describe-variable provide?

It returns metadata about an Elisp variable, but not its actual value.

What is the scope of elisp-read-source-file?

It is limited to source files located in the site installation and the user’s ELPA.

评论

其他 分类下的更多 MCP 服务器