Skip to main content
Glama
Nicolas-One

Redis CRUD MCP Server

by Nicolas-One

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_HOSTNoRedis server host address127.0.0.1
REDIS_PORTNoRedis server port6379
REDIS_PASSWORDYesRedis password (required)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
redis_setC

设置键值。自动读取项目 .env 配置连接 Redis。

redis_getC

获取键值。

redis_delC

删除键。

redis_existsC

检查键是否存在。

redis_infoB

获取连接信息。

redis_hsetC

设置哈希字段。

redis_hgetC

获取哈希字段。

redis_hgetallC

获取哈希所有字段。

redis_hdelC

删除哈希字段。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Nicolas-One/redis-crud-mcp-server'

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