redis
v1.0.0-ghast.1Read and manage Redis keys, data structures and supported search features with Redis’s official MCP server.
By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/redis/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/redis/SKILL.md└── mcp.json
Included Skills1
Use Redis database tools in Ghast to inspect keys, data structures and supported search features. 使用 Redis 数据库工具查询键、数据结构及搜索功能。
MCP servers1
- command
- uvx
- args
- --python 3.12 --from redis-mcp-server==0.5.1 python -m src.main
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "redis",
"version": "1.0.0-ghast.1",
"description": "Read and manage Redis keys, data structures and supported search features with Redis’s official MCP server.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://github.com/redis/mcp-redis",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"officialConnectorSource": "https://github.com/redis/mcp-redis",
"connectorPublisher": "Redis",
"category": "data",
"icon": "./assets/icon.png",
"displayName": "Redis",
"descriptions": {
"en": "Read and manage Redis keys, data structures and supported search features with Redis’s official MCP server.",
"zh-CN": "通过 Redis 官方 MCP 服务读取和管理键、数据结构及受支持的搜索功能。"
},
"mcpServerExtensions": {
"redis": {
"credentialEnv": {
"REDIS_HOST": "$VAULT:redis-redis-host",
"REDIS_PORT": "$VAULT:redis-redis-port",
"REDIS_USERNAME": "$VAULT:redis-redis-username",
"REDIS_PWD": "$VAULT:redis-redis-pwd",
"REDIS_DB": "$VAULT:redis-redis-db",
"REDIS_SSL": "$VAULT:redis-redis-ssl"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[redis on Agent Plugins Marketplace](https://pluginsmp.com/plugins/redis)