Skip to main content
Glama

Redis MCP Server

Official
by redis

info

Retrieve Redis server information and statistics by specifying sections such as memory or CPU. Analyze performance metrics and monitor server health efficiently.

Instructions

Get Redis server information and statistics.

Args: section: The section of the info command (default, memory, cpu, etc.).

Returns: A dictionary of server information or an error message.

Input Schema

NameRequiredDescriptionDefault
sectionNodefault

Input Schema (JSON Schema)

{ "properties": { "section": { "default": "default", "title": "Section", "type": "string" } }, "title": "infoArguments", "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