Redis MCP Server

get

Retrieve string values from a Redis database using the Model Context Protocol (MCP) by specifying a key. Simplify data access and management for efficient operations.

Instructions

Get string value

Input Schema

NameRequiredDescriptionDefault
keyYesKey to get

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key to get", "type": "string" } }, "required": [ "key" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

ID: cbn7lsbp7h