lazyclaude: A TUI for Managing Claude Code Configuration

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
lazyclaude: A TUI for Managing Claude Code Configuration
Ad

lazyclaude is a terminal user interface (TUI) tool built in Rust with ratatui that provides centralized management for Claude Code configuration files stored on disk. It's inspired by lazygit and offers a single interface for working with various configuration types.

Key Features

The tool allows you to:

  • Browse and edit important config types across user and project scopes
  • Create, delete, and search skills, agents, and MCP servers
  • Search and install from the skills registry (anthropics/skills) and npm MCP packages
  • Use fuzzy filtering, clipboard support, and JSON export for scripting
  • View settings diff showing which scope defines each setting

Installation

Install via Cargo:

cargo install lazyclaude

Or download prebuilt binaries from GitHub Releases.

The tool manages these Claude Code configuration elements: memory files, skills, agents, MCP servers, settings, permissions, hooks, keybindings, sessions, stats, plugins, and todos.

lazyclaude is MIT licensed and available on GitHub at https://github.com/idossha/lazyclaude. The developer welcomes feedback and contributions.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also