Skip to content
MCP-Bridge
Databases

RedisManagementClient MCP Config

REST API for Azure Redis Cache Service.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-redis.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-redis.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-redis": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-redis"],
      "env": {
      "REDISMANAGEMENTCLIENT_API_KEY": "your_redismanagementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-redis.json

Environment Variables

REDISMANAGEMENTCLIENT_API_KEY

Replace your_redismanagementclient_api_key with your actual redismanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Cache/Redis/

Redis_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/

Redis_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}

Redis_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}

Redis_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}

Redis_Delete

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/forceReboot

Redis_ForceReboot

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/listKeys

Redis_ListKeys

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/regenerateKey

Redis_RegenerateKey