prajwalnayak7_mcp-server-redis

prajwalnayak7_mcp-server-redis

0

This project is an MCP server for integrating with Redis databases. It provides tools and resources to perform various Redis operations, including basic key-value manipulation, list and hash management, and Pub/Sub capabilities, with robust error handling.

Overview

  • Project Description: This project provides an MCP server for Redis, enabling integration with Redis databases through Model Context Protocol.
  • Features:
    • Resources to obtain current connection status, server information, and keys matching a pattern.
    • Tools for basic Redis operations such as get_value, set_value, and delete_key.
    • List operations like list_push and list_range.
    • Hash operations including hash_set and hash_get.
    • Set operations such as set_add and set_members.
    • Pub/Sub operations including publish_message.
  • Usage:
    • Install dependencies, configure Redis connection, and run the server.
    • Tools provide error handling and meaningful responses, with auto-reconnect to Redis if the connection is lost.
    • Compatible with MCP Inspector and Claude Desktop for testing and installation.