redis-changePasswordCDokploy MCP ServerDChange the password for a Redis database instance on Dokploy.Apache 2.0
redis-updateDDokploy MCP ServerDUpdate an existing Redis database's configuration, including name, Docker image, environment variables, resource constraints, and Swarm deployment settings.Apache 2.0
redis-oneDDokploy MCP ServerDRetrieves details of a specific Redis instance using its ID. Provides information about the Redis database managed on Dokploy.Apache 2.0
redis-reloadDDokploy MCP ServerDReload a Redis instance in a Dokploy application by supplying the Redis ID and application name.Apache 2.0
redis-saveExternalPortDDokploy MCP ServerDSave or update the external port number for a Redis instance in Dokploy.Apache 2.0
redis-removeDDokploy MCP ServerDDelete a Redis instance by providing its unique ID.Apache 2.0Destructive
RedisDatabasesDeveloper ToolsCode ExecutionGongRzheAlicense-Not gradedqualityFmaintenanceProvides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools. Updated a year ago (2025-03-12 05:33 UTC)17530MIT
redis-mcpDatabasesMonitoringYawLabsAlicenseAqualityAmaintenanceEnables exploring and diagnosing a Redis instance from MCP clients with read-only safety, using SCAN instead of KEYS for safe key enumeration. Updated 14 days ago (2026-08-23 17:11 UTC)73662MIT
redis-searchDDokploy MCP ServerDSearch Redis instances in your Dokploy projects by query, name, or description; filter by project or environment.Apache 2.0
redis-readLogsDDokploy MCP ServerDRetrieve real-time or historical logs for a specific Redis instance, with options to filter by time range and search terms.Apache 2.0
redis-startDDokploy MCP ServerDStart a Redis database instance by providing its ID. This tool initiates the specified Redis service on the Dokploy server.Apache 2.0
redis-rebuildDDokploy MCP ServerDRebuild a Redis instance on a Dokploy server by providing its ID. Use this to fix configuration or deployment issues by recreating the instance.Apache 2.0
redis-createDDokploy MCP ServerDCreate a Redis database for your application with configurable name, password, Docker image, and environment.Apache 2.0
redis-saveEnvironmentDDokploy MCP ServerDSave environment variables for a Redis instance by specifying its ID and environment values.Apache 2.0
redis-moveDDokploy MCP ServerDMove a Redis database to a target environment. Provide the Redis instance ID and the destination environment ID.Apache 2.0
redis-stopDDokploy MCP ServerDStop a Redis instance by providing its ID. Halts the specified Redis database managed by Dokploy.Apache 2.0
redis-changeStatusDDokploy MCP ServerDUpdates the operational status of a Redis service on a Dokploy server. Use to set status to idle, running, done, or error.Apache 2.0
redis_disconnectAmcp-redis-serverBDisconnect from the Redis server to end the current session. Use this to cleanly close the connection after finishing database operations.MIT
redis_connectBmcp-redis-serverBConnect to a Redis server by specifying host, port, optional password, database number, and SSL settings.MIT
redis_config_getCmcp-redis-serverBFind Redis configuration parameters by specifying a pattern to match.MIT
redis_config_setCmcp-redis-serverBModify a Redis configuration parameter by specifying its name and the new value.MIT
hexistsARedis MCP ServerBCheck if a field exists in a Redis hash by specifying the hash name and field key, returning true if present and false otherwise.MIT