This package browser is in early development. Mind the rough edges.

emacs-claude-code-ide

Claude Code IDE integration for Emacs

This package provides native integration with Claude Code CLI through the MCP. It creates a bidirectional bridge between Claude and Emacs, enabling Claude to leverage Emacs features including LSP, project management, tree-sitter, and custom Elisp functions. Features include automatic project detection and session management, terminal integration with vterm or eat, diagnostic integration with Flycheck and Flymake, advanced diff viewing with ediff, and an extensible MCP tools server for accessing Emacs commands such as xref and imenu.

Installation

Install the latest version of emacs-claude-code-ide as follows:

guix install emacs-claude-code-ide

Or install a particular version:

guix install emacs-claude-code-ide@0.2.5

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-claude-code-ide about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-claude-code-ide'><img src='https://packages.guix.gnu.org/packages/emacs-claude-code-ide/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-claude-code-ide/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-claude-code-ide)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-claude-code-ide][https://packages.guix.gnu.org/packages/emacs-claude-code-ide/badges/latest-version.svg]]