{"name":"io.github.redis/mcp-redis","slug":"redis-mcp-redis","title":"Redis MCP Server","description":"Natural language interface designed for agentic applications to manage and search data in Redis.","url":"https://mcp.market/server/redis-mcp-redis","rating":null,"grade":"A","score":94,"certified":false,"status":"active","category":"data","tags":["data","search"],"presence":{"score":42,"stars":628,"forks":116,"downloads_week":null,"last_push_at":"2026-09-21T07:27:05.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"mixed","callable_via_gateway":false,"default_price_micros":0,"repository":null,"website":null,"version":"0.5.1","remotes":[],"packages":[{"registryType":"pypi","identifier":"redis-mcp-server","version":"0.5.1","transport":{"type":"stdio"}},{"registryType":"oci","identifier":"docker.io/mcp/redis:latest","transport":{"type":"stdio"}}],"tools":[{"name":"client_list","description":"Get a list of connected clients to the Redis server.","write_action":false,"price_micros":0,"input_schema":null},{"name":"create_vector_index_hash","description":"Create a Redis 8 vector similarity index using HNSW on a Redis hash.","write_action":true,"price_micros":0,"input_schema":null},{"name":"dbsize","description":"Get the number of keys stored in the Redis database","write_action":false,"price_micros":0,"input_schema":null},{"name":"delete","description":"Delete a Redis key.","write_action":true,"price_micros":0,"input_schema":null},{"name":"expire","description":"Set an expiration time for a Redis key.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get","description":"Get a Redis string value.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_index_info","description":"Retrieve schema and information about a specific Redis index using FT.INFO.","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_indexed_keys_number","description":"Retrieve the number of indexed keys by the index","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_indexes","description":"List of indexes in the Redis database","write_action":false,"price_micros":0,"input_schema":null},{"name":"get_vector_from_hash","description":"Retrieve a vector from a Redis hash and convert it back from binary blob.","write_action":false,"price_micros":0,"input_schema":null},{"name":"hdel","description":"Delete a field from a Redis hash.","write_action":true,"price_micros":0,"input_schema":null},{"name":"hexists","description":"Check if a field exists in a Redis hash.","write_action":false,"price_micros":0,"input_schema":null},{"name":"hget","description":"Get the value of a field in a Redis hash.","write_action":false,"price_micros":0,"input_schema":null},{"name":"hgetall","description":"Get all fields and values from a Redis hash.","write_action":false,"price_micros":0,"input_schema":null},{"name":"hset","description":"Set a field in a hash stored at key with an optional expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"hybrid_search","description":"Perform a hybrid search combining a Redis filter expression with KNN vector similarity.","write_action":false,"price_micros":0,"input_schema":null},{"name":"info","description":"Get Redis server information and statistics.","write_action":false,"price_micros":0,"input_schema":null},{"name":"json_del","description":"Delete a JSON value from Redis at a given path.","write_action":true,"price_micros":0,"input_schema":null},{"name":"json_get","description":"Retrieve a JSON value from Redis at a given path.","write_action":false,"price_micros":0,"input_schema":null},{"name":"json_set","description":"Set a JSON value in Redis at a given path with an optional expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"llen","description":"Get the length of a Redis list.","write_action":false,"price_micros":0,"input_schema":null},{"name":"lpop","description":"Remove and return the first element from a Redis list.","write_action":true,"price_micros":0,"input_schema":null},{"name":"lpush","description":"Push a value onto the left of a Redis list and optionally set an expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"lrange","description":"Get elements from a Redis list within a specific range.","write_action":false,"price_micros":0,"input_schema":null},{"name":"lrem","description":"Remove elements from a Redis list.","write_action":true,"price_micros":0,"input_schema":null},{"name":"psubscribe","description":"Subscribe to Redis channels using a pattern.","write_action":false,"price_micros":0,"input_schema":null},{"name":"publish","description":"Publish a message to a Redis channel.","write_action":true,"price_micros":0,"input_schema":null},{"name":"read_messages","description":"Read pending pub/sub messages for an existing subscription.","write_action":false,"price_micros":0,"input_schema":null},{"name":"rename","description":"Renames a Redis key from old_key to new_key.","write_action":false,"price_micros":0,"input_schema":null},{"name":"rpop","description":"Remove and return the last element from a Redis list.","write_action":true,"price_micros":0,"input_schema":null},{"name":"rpush","description":"Push a value onto the right of a Redis list and optionally set an expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"sadd","description":"Add a value to a Redis set with an optional expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"scan_all_keys","description":"Scan and return ALL keys matching a pattern using multiple SCAN iterations.","write_action":false,"price_micros":0,"input_schema":null},{"name":"scan_keys","description":"Scan keys in the Redis database using the SCAN command (non-blocking, production-safe).","write_action":false,"price_micros":0,"input_schema":null},{"name":"search_redis_documents","description":"Search Redis documentation and knowledge base to learn about Redis concepts and use cases.","write_action":false,"price_micros":0,"input_schema":null},{"name":"set","description":"Set a Redis string value with an optional expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"set_vector_in_hash","description":"Store a vector as a field in a Redis hash.","write_action":false,"price_micros":0,"input_schema":null},{"name":"smembers","description":"Get all members of a Redis set.","write_action":false,"price_micros":0,"input_schema":null},{"name":"srem","description":"Remove a value from a Redis set.","write_action":true,"price_micros":0,"input_schema":null},{"name":"subscribe","description":"Subscribe to a Redis channel and return a reusable subscription handle.","write_action":false,"price_micros":0,"input_schema":null},{"name":"type","description":"Returns the string representation of the type of the value stored at key","write_action":false,"price_micros":0,"input_schema":null},{"name":"unsubscribe","description":"Unsubscribe and close an existing pub/sub subscription.","write_action":false,"price_micros":0,"input_schema":null},{"name":"vector_search_hash","description":"Perform a KNN vector similarity search using Redis 8 or later version on vectors stored in hash data structures.","write_action":false,"price_micros":0,"input_schema":null},{"name":"xack","description":"Acknowledge entries that were processed by a consumer group.","write_action":false,"price_micros":0,"input_schema":null},{"name":"xadd","description":"Add an entry to a Redis stream with an optional expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"xdel","description":"Delete an entry from a Redis stream.","write_action":true,"price_micros":0,"input_schema":null},{"name":"xgroup_create","description":"Create a consumer group for a Redis stream.","write_action":true,"price_micros":0,"input_schema":null},{"name":"xgroup_destroy","description":"Destroy a consumer group for a Redis stream.","write_action":true,"price_micros":0,"input_schema":null},{"name":"xrange","description":"Read entries from a Redis stream.","write_action":false,"price_micros":0,"input_schema":null},{"name":"xreadgroup","description":"Read entries from a Redis stream using a consumer group.","write_action":false,"price_micros":0,"input_schema":null},{"name":"zadd","description":"Add a member to a Redis sorted set with an optional expiration time.","write_action":false,"price_micros":0,"input_schema":null},{"name":"zrange","description":"Retrieve a range of members from a Redis sorted set.","write_action":false,"price_micros":0,"input_schema":null},{"name":"zrem","description":"Remove a member from a Redis sorted set.","write_action":true,"price_micros":0,"input_schema":null}],"scan":{"score":94,"grade":"A","scanned_at":"2026-09-24T05:06:29.443Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T05:06:29.428Z","components":{"code":{"score":25,"max":25,"notes":["23 source files scanned"]},"reliability":{"score":-1,"max":20,"notes":["no gateway calls yet and no remote to probe"]},"poisoning":{"score":-1,"max":15,"notes":["tools not inspected (local package is not executed); not counted"]},"auth":{"score":12,"max":15,"notes":["local package, no credentials required"]},"maintenance":{"score":15,"max":15,"notes":["last push 3 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"packages":[{"registryType":"pypi","identifier":"redis-mcp-server","version":"0.5.1","found":true,"license":"MIT","dependencyCount":7,"publishedAt":"2026-08-05T06:11:42.608840Z","repositoryUrl":"https://github.com/redis/mcp-redis"}],"repo":{"found":true,"owner":"redis","repo":"mcp-redis","archived":false,"pushedAt":"2026-09-21T07:27:05Z","stars":628,"forks":116,"openIssues":18,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/1529926?v=4","ownerCreatedAt":"2012-03-12T18:05:54Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/1529926?v=4&s=128","source":"github"},"presence":{"stars":628,"forks":116,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-21T07:27:05.000Z","score":42}}}},"grade_history":[],"reviews":[]}