MCP Server Redis
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REDIS_DB | No | Redis database number | 0 |
REDIS_URL | No | Full Redis connection URL (alternative to individual connection parameters) | |
REDIS_HOST | No | Redis server hostname | localhost |
REDIS_PORT | No | Redis server port | 6379 |
REDIS_PASSWORD | No | Redis password for authentication | |
REDIS_USERNAME | No | Redis username for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |