{
  "id": "redis",
  "name": "Redis",
  "description": "Get, set, scan, and inspect data on a Redis or Redis-compatible instance.",
  "docsUrl": "https://github.com/redis/mcp-redis",
  "iconBg": "#DC382D",
  "logoUrl": "https://cdn.simpleicons.org/redis/FFFFFF",
  "keywords": [
    "cache",
    "kv",
    "database"
  ],
  "connectionOptions": [
    {
      "id": "api",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "redis",
        "command": "uvx",
        "args": [
          "--from",
          "redis-mcp-server@latest",
          "redis-mcp-server",
          "--url"
        ],
        "argFields": [
          {
            "key": "redis_url",
            "label": "Redis URL",
            "type": "password",
            "placeholder": "redis://localhost:6379",
            "required": true,
            "helperText": "Connection URL for your Redis instance. Appended as --url <redis_url>.",
            "helperLink": "https://redis.io/docs/latest/operate/rc/databases/connect/"
          }
        ]
      },
      "auth": {
        "strategy": "api_key"
      }
    }
  ]
}
