开发人员的 MCP Servers清单
Redis
Redis MCP 是一个通用实现,允许 AI Agent 读取、写入和查询 Redis 中的数据,并且还提供了一些基本命令来管理 Redis 服务器。
json
{
"mcpServers": {
"redis-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"--from", "redis-mcp-server@latest",
"redis-mcp-server",
"--url", "redis://localhost:6379/0"
],
}
}
}查看更多可选环境变量。
AI 聊天用法示例:
- "Store the entire conversation in the 'recent_chats' stream" "将整个对话存储在 'recent_chats' 流中"
- "Cache this item" "缓存此项目"
- "How many keys does my database have?" "我的数据库有多少个键?"
- "What is user:1's email?"