mcp-redis
Verified Safeby redis
Overview
Provides a natural language interface for AI agents to manage, search, and interact with structured and unstructured data in a Redis database.
Installation
uvx --from redis-mcp-server@latest redis-mcp-server --url "redis://localhost:6379/0"Environment Variables
- REDIS_URL
- REDIS_HOST
- REDIS_PORT
- REDIS_PWD
- REDIS_SSL
- REDIS_CLUSTER_MODE
- REDIS_ENTRAID_AUTH_FLOW
- MCP_DOCS_SEARCH_URL
Security Notes
The server demonstrates good security practices by using environment variables or CLI arguments for configuration, avoiding hardcoded secrets. Comprehensive error handling for Redis operations is in place. It supports robust authentication mechanisms including EntraID for Azure Managed Redis. The `search_redis_documents` tool makes external HTTP requests to `MCP_DOCS_SEARCH_URL`, which is an external dependency whose security and availability are outside the direct control of this server, but it's a documented feature.
Similar Servers
Context-Engine
Self-improving code search and context engine for IDEs and AI agents, providing hybrid semantic/lexical search, symbol graph navigation, and persistent memory.
Web-Algebra
Translates natural language instructions into JSON-formatted domain-specific language operations for loading, querying, and writing RDF Linked Data, consumable by AI agents.
vector-mcp
Provides a standardized API for AI agents to manage and interact with various vector database technologies for Retrieval Augmented Generation (RAG).
nexus-dev
Provides a local RAG (Retrieval-Augmented Generation) system and persistent memory for AI coding agents to enhance their contextual understanding, cross-project learning, and tool-use capabilities.