Back to Home
Nicolas-Gong icon

redis-crud-mcp-server

Verified Safe

by Nicolas-Gong

Overview

This MCP server provides comprehensive CRUD (Create, Read, Update, Delete) operations for a Redis database.

Installation

Run Command
npm start

Environment Variables

  • REDIS_HOST
  • REDIS_PORT
  • REDIS_PASSWORD

Security Notes

The server correctly retrieves Redis connection credentials (host, port, password) from environment variables, avoiding hardcoded secrets in the main application logic. It uses the standard 'redis' client library for operations, which handles data serialization and command execution securely. Input validation in `validateRedisArgs` checks parameter types, and while it doesn't perform deep content validation for malicious strings, Redis commands themselves typically treat values as literals, mitigating common injection risks. The `test.js` file, however, hardcodes a Redis password ('123456') for its internal testing purposes, which is a minor oversight in a test script.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-11

Tags

RedisCRUDMCPDatabaseTypeScript