diff --git a/README.org b/README.org index ecfa166..114aa1e 100644 --- a/README.org +++ b/README.org @@ -112,6 +112,7 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g - [[#code-completion][Code Completion]] - [[#chatgpt][ChatGPT]] - [[#ai-assistant-programming][AI assistant programming]] + - [[#mcp][MCP]] - [[#session-management][Session management]] - [[#keys-cheat-sheet][Keys Cheat Sheet]] - [[#note][Note]] @@ -904,6 +905,11 @@ External Guides: - [[https://github.com/emacs-openai/codegpt][codegpt]] - Use GPT-3 inside Emacs - [[https://github.com/chep/copilot-chat.el][copilot-chat.el]] - Chat with Github Copilot +*** MCP + + - [[https://github.com/lizqwerscott/mcp.el][mcp.el]] - This is an Emacs client for interfacing with MCP, supporting connections to MCP servers. + - [[https://github.com/lizqwerscott/gptel-mcp.el][gptel-mcp.el]] - Interface Integration for gptel.el and mcp.el + ** Session management - [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html][desktop]] - =[built-in]= Save and restore the state of your Emacs environment.