Cherry DB Manager is a Rust library engineered to simplify the management of Cherry Studio's LevelDB configurations. Cherry Studio uniquely stores its configuration data, including MCP server settings, in LevelDB using a UTF-16 LE encoding for JSON strings. This library abstracts away the complexities of this specific data format, offering a safe and type-consistent API to read, modify, add, and remove MCP server configurations. It's built for performance, directly accessing LevelDB with minimal overhead, and includes robust error handling to facilitate debugging and reliable integration.