Skip to main content
Glama

Redis MCP Server

Official
by redis

get

Retrieve stored string values from Redis by specifying the key. Enables efficient data access and management for 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