Simple is a straightforward Model Context Protocol (MCP) server designed to offer basic value lookup operations. It implements an in-memory key-value store, making it ideal for temporary data storage or for providing dynamic context to AI assistants and clients that communicate via the MCP standard. The server handles JSON values automatically and provides a suite of operations including setting, getting, deleting, listing, and clearing data.