Provides a Key-Value storage MCP server built on unjs/unstorage with support for various drivers like Redis, MongoDB, and filesystem.
Unstorage is a Key-Value storage MCP server based on unjs/unstorage, designed to provide a flexible and efficient storage solution. It supports multiple drivers, including memory, filesystem, Redis, an unstorage HTTP server, and MongoDB, allowing users to choose the most suitable storage backend for their needs. The server exposes a comprehensive set of tools for managing data, such as retrieving, setting, and removing items and metadata. It is configurable via environment variables and command-line arguments, and offers debugging approaches for local development and inspection.