Skip to main content
Glama

Redis MCP Server

by farhankaz

hget

Retrieve the value of a specific field within a Redis hash using the Model Context Protocol (MCP), enabling efficient database data management operations.

Instructions

Get the value of a hash field

Input Schema

NameRequiredDescriptionDefault
fieldYesField to get
keyYesHash key

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp
  • @farhankaz/redis-mcp

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/farhankaz/redis-mcp'

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