Prajwalnayak7_mcp Server Redis
@MCP-Mirror
关于 Prajwalnayak7_mcp Server Redis
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Prajwalnayak7_mcp Server Redis?
Prajwalnayak7_mcp Server Redis is an MCP server that integrates with Redis, providing tools to perform basic, list, hash, set, and pub/sub operations, along with resources to inspect connection status, server info, and keys. It is intended for developers who want to interact with a Redis instance through the Model Context Protocol.
How to use Prajwalnayak7_mcp Server Redis?
Install the uv package manager, create a virtual environment, run uv sync to install dependencies, and configure Redis connection via environment variables (see .env.example). Start the server with python src/server.py. You can also test it using the MCP Inspector (mcp dev src/server.py) or install it in Claude Desktop (mcp install src/server.py).
Key features of Prajwalnayak7_mcp Server Redis
- Provides resources for connection status, server info, and key pattern listing.
- Offers tools for basic operations: get, set, delete, increment.
- Supports list, hash, and set data structure operations.
- Includes Redis Pub/Sub messaging via
publish_message. - Automatic reconnection on connection loss.
- Error handling with meaningful responses.
Use cases of Prajwalnayak7_mcp Server Redis
- Manage key-value data directly from an MCP client.
- Inspect Redis server health and key patterns.
- Build applications that require Redis list, hash, or set manipulation.
- Publish messages to Redis channels for event-driven workflows.
FAQ from Prajwalnayak7_mcp Server Redis
How do I install Prajwalnayak7_mcp Server Redis?
Install the uv package manager, then run uv venv, source .venv/bin/activate, and uv sync. Copy .env.example to .env and fill in your Redis connection details. Start the server with python src/server.py.
What dependencies are required?
Python and the uv package manager are required. The uv sync command installs all project dependencies automatically.
How do I configure the Redis connection?
Set the appropriate environment variables as shown in the .env.example file. This typically includes the Redis host, port, and possibly credentials.
What operations does the server support?
The server supports getting/setting/deleting keys, incrementing values, list push/range, hash set/get, set add/members, and publishing messages on channels. It also exposes resources for status, info, and key pattern queries.
Does the server handle connection drops?
Yes, Prajwalnayak7_mcp Server Redis automatically reconnects to Redis if the connection is lost.
数据库 分类下的更多 MCP 服务器
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB

Sqlite
modelcontextprotocolModel Context Protocol Servers
评论