Redis CRUD MCP Server
by Nicolas-One
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_HOST | No | Redis server host address | 127.0.0.1 |
| REDIS_PORT | No | Redis server port | 6379 |
| REDIS_PASSWORD | Yes | Redis password (required) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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