GitHub - manzaltu/claude-code-ide.el: Claude Code IDE integration for Emacs
2025-08-31
Claude Code IDE for Emacs provides bidirectional integration between Claude AI and Emacs through the Model Context Protocol (MCP), enabling Claude to access Emacs' native capabilities including LSP, tree-sitter, project management, and custom Elisp functions rather than merely wrapping the CLI. The package implements MCP tools that expose Emacs commands, allowing Claude to perform intelligent code navigation, project-wide searches, and context-aware assistance while maintaining awareness of the current file, buffer selection, and workspace state through Flycheck/Flymake diagnostics and diff integration.
Was this useful?