mcp-tool-server-redis
If you are the rightful owner of mcp-tool-server-redis and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP server which provides tools function to get/set key-value pairs data backed by Redis.
The mcp-tool-server-redis is a Model Context Protocol (MCP) server that leverages Redis as a backend to manage key-value pair data. It allows users to interact with the server using various tools to perform operations such as setting, getting, deleting, and listing keys in Redis. The server can be easily started using Docker Compose, making it accessible at `http://localhost:3000`. Users can interact with the server through a streamable HTTP client from the MCP typescript-sdk or via the MCP-Cli command line tool. These interfaces provide a range of commands to manage Redis data effectively, offering a seamless experience for developers looking to integrate Redis-backed data management into their applications.
Features
- Redis Backend: Utilizes Redis for efficient key-value data storage and retrieval.
- Docker Deployment: Easily deployable using Docker Compose for quick setup.
- Streamable HTTP Client: Interact with the server using a simple HTTP client from the MCP typescript-sdk.
- Command Line Interface: Use the MCP-Cli tool for command line interactions with the server.
- Tool Commands: Provides commands for setting, getting, deleting, and listing Redis keys.