Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -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.
Expand Down
Loading