Redis Cloud API MCP Server
@redis
关于 Redis Cloud API MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-redis-cloud": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"dist/index.js",
"--api-key=<api_key>",
"--secret-key=<secret_key>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Redis Cloud API MCP Server?
It is an MCP server that connects to Redis Cloud’s API, enabling users to manage Redis Cloud resources using natural language through any MCP client (e.g., Claude Desktop). It provides tools for account, subscription, database, and task management.
How to use Redis Cloud API MCP Server?
Build the project with npm run build, then configure an MCP client (Claude Desktop or Cursor IDE) with the server command and environment variables API_KEY and SECRET_KEY. Alternatively, use the prebuilt Docker image by setting the same environment variables on the container.
Key features of Redis Cloud API MCP Server
- Account management: get account details and payment methods
- Pro subscription management: create, list, and configure subscriptions
- Essential subscription management: create, list, get by ID, and delete
- Database module and capability listing
- Cloud provider region and plan information (AWS, GCP, Azure)
- Task creation and tracking for long-running operations
Use cases of Redis Cloud API MCP Server
- Create a new Redis database in AWS using natural language
- List all current subscriptions across your account
- Help choose the right Redis database for an e‑commerce application
- Monitor deployment status and subscription changes via tasks
- Delete an Essential subscription when it is no longer needed
FAQ from Redis Cloud API MCP Server
What are the prerequisites?
Valid Redis Cloud API credentials (API Key and Secret Key) are required. For direct Node usage, Node v22.14.0 and npm 10.9.2 are needed; otherwise, Docker can be used.
How do I authenticate?
Authentication is done via the API_KEY and SECRET_KEY environment variables, passed to the server either in the MCP client configuration or as Docker environment variables.
How do I handle paginated responses?
Paginated responses (e.g., for Essential subscriptions) require multiple calls to retrieve all data. The server returns results in pages.
How do I track long‑running operations?
Long‑running operations return a task ID. You can monitor progress using the get_tasks and get_task_by_id tools.
Can I run the server without Docker?
Yes. Build the project with npm run build and run it with node --experimental-fetch dist/index.js, setting the API_KEY and SECRET_KEY environment variables.
数据库 分类下的更多 MCP 服务器
Snowflake MCP Server
isaacwassermanmcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
评论