{"type":"mcp_server","name":"REDIS-MCP-Server","description":"This repository provides a Redis Model Context Protocol (MCP) server implementation, enabling LLMs to interact with Redis databases through standardized tools like set, get, delete, and list. This repository provides","category":"Database","language":"JavaScript","stars":31,"forks":2,"owner":"GongRzhe","github_url":"https://github.com/GongRzhe/REDIS-MCP-Server","homepage":null,"setup":"## Setup\n\n**Installing via Smithery**\n\nTo install Redis MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@gongrzhe/server-redis-mcp):\n\n```bash\nnpx -y @smithery/cli install @gongrzhe/server-redis-mcp --client claude\n```\n\n**Installing Manually**\n\n```bash\n# Using npx with specific version (recommended)\nnpx @gongrzhe/server-redis-mcp@1.0.0 redis://your-redis-host:port\n\n# Example:\nnpx @gongrzhe/server-redis-mcp@1.0.0 redis://localhost:6379\n```\n\nOr install globally:\n\n```bash\n# Install specific version globally\nnpm install -g @gongrzhe/server-redis-mcp@1.0.0\n\n# Run after global installation\n@gongrzhe/server-redis-mcp redis://your-redis-host:port\n```\n\n**Building from Source**\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Build the project:\n   ```bash\n   npm run build\n   ```","tools":"## Available Tools\n\n1.  **set** (Set a Redis key-value pair with optional expiration)\n2.  **get** (Get value by key from Redis)\n3.  **delete** (Delete one or more keys from Redis)\n4.  **list** (List Redis keys matching a pattern)","faq":null,"created_at":"2024-12-24T14:43:59+00:00","updated_at":"2025-03-15T14:00:38+00:00","source_url":"https://model-context-protocol.com/servers/redis-llm-model-context-protocol-server","related_articles":[]}