Skip to main content
Glama

Redis MCP Server

Official
by redis

get

Retrieve a stored value from Redis by specifying a key using this tool. Ideal for efficiently accessing and managing Redis string data in agentic applications.

Instructions

Get a Redis string value.

Args: key (str): The key to retrieve.

Returns: str, bytes: The stored value or an error message.

Input Schema

NameRequiredDescriptionDefault
keyYes

Input Schema (JSON Schema)

{ "properties": { "key": { "title": "Key", "type": "string" } }, "required": [ "key" ], "title": "getArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/redis/mcp-redis'

If you have feedback or need assistance with the MCP directory API, please join our Discord server