Skip to content

Commit 47166e1

Browse files
committed
Fix redis server instance with better data
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent af0c178 commit 47166e1

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

pkg/registry/data/registry.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,8 +1232,8 @@
12321232
},
12331233
"redis": {
12341234
"image": "mcp/redis:latest",
1235-
"description": "",
1236-
"transport": "sse",
1235+
"description": "A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.",
1236+
"transport": "stdio",
12371237
"permissions": {
12381238
"read": [],
12391239
"write": [],
@@ -1245,12 +1245,18 @@
12451245
],
12461246
"allow_host": [],
12471247
"allow_port": [
1248-
443
1248+
443,
1249+
6379
12491250
]
12501251
}
12511252
}
12521253
},
1253-
"tools": [],
1254+
"tools": [
1255+
"set",
1256+
"get",
1257+
"delete",
1258+
"list"
1259+
],
12541260
"env_vars": [],
12551261
"args": [],
12561262
"metadata": {
@@ -1260,7 +1266,12 @@
12601266
},
12611267
"repository_url": "https://github.com/modelcontextprotocol/servers",
12621268
"tags": [
1263-
"redis"
1269+
"redis",
1270+
"database",
1271+
"key-value",
1272+
"storage",
1273+
"cache",
1274+
"data"
12641275
]
12651276
},
12661277
"perplexity-ask": {

0 commit comments

Comments
 (0)