Skip to main content
Glama

Redis MCP Server

Official
by redis

json_get

Extract specific JSON values from Redis keys using a defined path. Ideal for targeted data retrieval, this tool simplifies querying nested JSON structures stored in Redis.

Instructions

Retrieve a JSON value from Redis at a given path.

Args: name: The Redis key where the JSON document is stored. path: The JSON path to retrieve (default: root '$').

Returns: The retrieved JSON value or an error message.

Input Schema

NameRequiredDescriptionDefault
nameYes
pathNo$

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "path": { "default": "$", "title": "Path", "type": "string" } }, "required": [ "name" ], "title": "json_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