Upstash 在 upstash.com/docs/agent-resources/mcp 说明官方 MCP(仓库 upstash/mcp-server,npm @upstash/mcp-server)。以 npx -y @upstash/mcp-server@latest --email ... --api-key ... 启动,覆盖无服务器 Redis、QStash、Workflow 与 Upstash Box。只读 API Key 会在启动时自动禁用写操作工具;文档还说明 --transport http、--disable-telemetry 等选项。
使用场景
- Cursor 中检查 Redis 库与键
- 经 MCP 重试或查看失败 QStash/Workflow
- 生产账号用只读 Key 限制 Agent
- 管理 Upstash Box 沙箱
- localhost HTTP 传输供 Web MCP 客户端
主要功能
- Cursor
- Claude Desktop
- Claude Code
- VS Code
- Codex
- Windsurf
- Gemini CLI
相关推荐
相关推荐
3 收录条目
Convex MCP Server
Convex 在 docs.convex.dev/ai/convex-mcp-server 说明 MCP 服务器内置于 Convex CLI,经 npx convex dev 关联项目后可用 npx -y convex@latest mcp start 本地 stdio 启动。工具含 status、tables、data、runOneoffQuery、functionSpec、run、logs、insights(72 小时 OCC/资源健康)及 envList/envGet/envSet/envRemove。--prod、--preview-name、--deployment-name、--disable-tools 可限制范围;生产写入需 --dangerously-enable-production-deployments。
ClickHouse MCP Server
开源 mcp-clickhouse:run_query、list_databases、分页 list_tables,默认只读;可选 chDB extra;HTTP/SSE 需 Bearer/OAuth 或本地禁用认证;提供 /health。
Milvus MCP Server
zilliztech/mcp-server-milvus(见 milvus.io/docs/milvus_and_mcp.md)向 Claude Desktop、Cursor 暴露 Milvus 向量库能力。推荐 uv run src/mcp_server_milvus/server.py --milvus-uri http://localhost:19530,可用 MILVUS_URI、MILVUS_TOKEN、MILVUS_DB。工具含 milvus-text-search、milvus-hybrid-search、milvus-multi-vector-search、milvus-query、milvus-count。