data
Redis Cloud MCP, CLI, and Lua Integration for AI Agents
Redis Cloud integration docs for AI agents: MCP gateway setup, Redis Cloud CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write API key auth
Redis Cloud for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
redis-cloud- route_slug
redis-cloud- package
redis-cloud- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Redis Cloud CLIHeadless setup and direct function calls. Redis Cloud MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Redis Cloud MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Redis Cloud.
Claude Code Redis Cloud MCP setup for Claude Code. Cursor Redis Cloud MCP setup for Cursor. Codex Redis Cloud MCP setup for Codex. OpenAI Agents Redis Cloud MCP setup for OpenAI Agents SDK. Claude Agent SDK Redis Cloud MCP setup for Claude Agent SDK. Vercel AI SDK Redis Cloud MCP setup for Vercel AI SDK. LangChain Redis Cloud MCP setup for LangChain. LangGraph Redis Cloud MCP setup for LangGraph. CrewAI Redis Cloud MCP setup for CrewAI. MCP clients Redis Cloud MCP setup for Generic MCP Clients.
Redis Cloud CLI Matrix
Use these pages for direct Redis Cloud CLI workflows in scripts, CI, cron, and agent wrappers.
CI Redis Cloud CLI for CI. Cron Jobs Redis Cloud CLI for cron jobs. Shell Scripts Redis Cloud CLI for shell scripts. Headless Automation Redis Cloud CLI for headless automation. Coding Agents Redis Cloud CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
redis-cloud.redis_cloud_get_current_account | Read read | 0 | Get the current Redis Cloud account information, including owner email, payment method, and plan details. |
redis-cloud.redis_cloud_list_subscriptions | Read read | 0 | List all subscriptions in the Redis Cloud account. Returns subscription IDs, names, regions, statuses, and database counts. |
redis-cloud.redis_cloud_get_subscription | Read read | 1 | Get details for a specific Redis Cloud subscription by ID, including plan, region, memory, throughput, and database list. |
redis-cloud.redis_cloud_list_databases | Read read | 1 | List all databases within a Redis Cloud subscription. Returns database IDs, names, endpoints, and statuses. |
redis-cloud.redis_cloud_get_database | Read read | 2 | Get details for a specific Redis Cloud database by subscription and database ID, including endpoint, memory usage, throughput, and replication status. |
redis-cloud.redis_cloud_list_teams | Read read | 0 | List all teams (ACL roles) in the Redis Cloud account. Returns team IDs, names, and member counts. |
redis-cloud.redis_cloud_get_team | Read read | 1 | Get details for a specific Redis Cloud team (ACL role) by ID, including roles, permissions, and assigned databases. |