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

tmux-claude: Monitor Claude Code Instances Across Tmux Panes
Tools

tmux-claude: Monitor Claude Code Instances Across Tmux Panes

tmux-claude is a tool that adds live monitoring for Claude Code instances within tmux sessions. It provides a status bar, interactive dashboard, enhanced window chooser, and desktop notifications by reading local session files without API calls.

OpenClawRadar
Claude Sessions: Lightweight Desktop App for Browsing Claude Code History
Tools

Claude Sessions: Lightweight Desktop App for Browsing Claude Code History

Claude Sessions is a new desktop application that lets developers browse their Claude Code session history locally. It reads from ~/.claude/projects, organizes sessions by project, handles large sessions up to 500k+ tokens without lag, and includes search functionality and keyboard navigation.

OpenClawRadar
Nexus: Open-Source AI-to-AI Protocol with Discovery, Trust, and Payments
Tools

Nexus: Open-Source AI-to-AI Protocol with Discovery, Trust, and Payments

Nexus is a self-hosted protocol that enables AI agents to discover each other, negotiate terms, verify responses, and handle micropayments without human intervention. It includes five layers: discovery, trust, protocol, routing, and federation, with 66 tests and MIT licensing.

OpenClawRadar
codebase-md: Tool auto-generates CLAUDE.md with git hook maintenance
Tools

codebase-md: Tool auto-generates CLAUDE.md with git hook maintenance

codebase-md v0.1.0 scans projects to generate CLAUDE.md files with architecture detection, dependency health checks, and git insights. It includes git hooks to keep documentation fresh and supports other AI coding tools with additional config files.

OpenClawRadar