Redis MCP Server logo

Redis MCP Server

by GongRzhe

A Redis Model Context Protocol (MCP) server implementation for interacting with Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.

View on GitHub

Last updated: N/A

What is Redis MCP Server?

The Redis MCP Server is a server that allows Large Language Models (LLMs) to interact with Redis databases using the Model Context Protocol (MCP). It provides a standardized set of tools for LLMs to perform operations on Redis key-value stores.

How to use Redis MCP Server?

The server can be installed via Smithery or manually using npm. After installation, it can be run with a Redis connection string. It can then be configured within applications like Claude Desktop by specifying the command and arguments to execute the server.

Key features of Redis MCP Server

  • Standardized tools for Redis interaction

  • Supports setting, getting, deleting, and listing keys

  • Configurable for use with Claude Desktop

  • Docker support

  • ISC License

Use cases of Redis MCP Server

  • Enabling LLMs to store and retrieve information from Redis

  • Building applications that require LLMs to interact with key-value stores

  • Providing a standardized interface for LLMs to manage Redis data

  • Integrating LLMs with existing Redis-based systems

FAQ from Redis MCP Server

What is MCP?

Model Context Protocol (MCP) is a protocol that allows LLMs to interact with external tools and services.

How do I specify the Redis connection string?

The Redis connection string is passed as an argument to the server when it is run. For example: npx @gongrzhe/[email protected] redis://localhost:6379

Can I use this server with Docker?

Yes, the README provides instructions on how to build and run the server within a Docker container.

What operations are supported?

The server supports setting, getting, deleting, and listing keys in Redis.

What license is this project under?

This project is licensed under the ISC License.