claude-config-editor
Verified Safeby Genusboragosirharoldwalterkroto654
Overview
A local web-based GUI tool to clean, optimize, and manage Claude AI configuration files (e.g., chat histories, project sizes, server configurations).
Installation
python3 server.pySecurity Notes
The server runs locally on `localhost:8765` and does not expose itself to the public internet by default. It primarily reads from and writes to user-specific Claude configuration files within the home directory, which is its stated purpose. The code is straightforward, uses Python's standard library, and includes an auto-backup mechanism before saving, reducing the risk of data loss. No `eval` or obfuscation found, and no hardcoded secrets. The main risk is inherent to any tool modifying user files, but the design choices minimize this risk.
Similar Servers
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
claudepro-directory
A central directory and API gateway for discovering, searching, and managing various Claude configurations, including AI agents, MCP servers, rules, commands, and hooks. It provides content serving, search, and OAuth authorization for MCP clients.
my-ai-tools
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.