by lizqwerscott
Provides a client for interacting with MCP servers directly within Emacs, enabling seamless communication and integration.
Mcp El implements an MCP client inside Emacs, allowing users to send and receive Model Context Protocol messages without leaving their editing environment.
load-path
and requiring mcp
.mcp-server-host
and mcp-server-port
.M-x mcp-send-message
to transmit data or M-x mcp-receive-message
to fetch responses.Q: Does Mcp El require any external binaries? A: No, it communicates over standard TCP/HTTP, so only Emacs and network access are needed.
Q: How do I handle authentication?
A: Set the mcp-auth-token
variable or customize the request headers via mcp-extra-headers
.
Q: Can I use multiple MCP servers simultaneously? A: Yes, define separate server configurations and select the desired one when invoking commands.
Q: Is there support for TLS/SSL?
A: Enable TLS by setting mcp-use-tls
to t
and providing appropriate certificates.
Q: Where are logs stored?
A: Logs are written to the buffer *MCP Log*
and can be saved manually.
No README documentation available
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by GLips
Provides Figma layout and styling information to AI coding agents, enabling one‑shot implementation of designs in any framework.
by idosal
Provides a remote Model Context Protocol server that transforms any public GitHub repository into an up‑to‑date documentation hub, enabling AI assistants to fetch live code and docs, dramatically reducing hallucinations.