Upstash Redis MCP
操作无服务器 Redis 与限流配置,对话式管理缓存。
安装命令
终端
npx -y @upstash/mcp-server在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
]
}
}
}操作无服务器 Redis 与限流配置,对话式管理缓存。
npx -y @upstash/mcp-server{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
]
}
}
}