feat: add mcp-servers/**
This commit is contained in:
14
mcp-servers/redis-mcp/.env.example
Normal file
14
mcp-servers/redis-mcp/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# MCP Redis version
|
||||
MCP_REDIS_VERSION=latest
|
||||
|
||||
# MCP port (default: 8000)
|
||||
MCP_PORT_OVERRIDE=8000
|
||||
|
||||
# Redis version
|
||||
REDIS_VERSION=7-alpine
|
||||
|
||||
# Redis port (default: 6379)
|
||||
REDIS_PORT_OVERRIDE=6379
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user