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 收录条目
Chroma MCP Server
Chroma 在 chroma-core/chroma-mcp 与 docs.trychroma.com/integrations/frameworks/anthropic-mcp 说明官方 MCP:`uvx chroma-mcp` 经 stdio 启动,工具含集合与文档的增删改查;支持临时、persistent、HTTP 自托管与 Chroma Cloud 客户端;嵌入函数含 default、Cohere、OpenAI、Jina、VoyageAI、Roboflow。
MotherDuck MCP Server
MotherDuck 在 motherduck.com/docs/sql-reference/mcp 说明远程 MCP(`https://api.motherduck.com/mcp`),OAuth/Bearer 认证,支持 MotherDuck 云库读写 SQL。工具含 list_databases、list_tables、search_catalog、query、query_rw、ask_docs_question、Dive 与 Flight 系列。本地见 `uvx mcp-server-motherduck`(github.com/motherduckdb/mcp-server-motherduck)。
PlanetScale MCP Server
PlanetScale 在 planetscale.com/docs/connect/mcp 说明托管 MCP:`https://mcp.pscale.dev/mcp/planetscale`,OAuth 访问组织、库、分支、schema 与 Insights。仅洞察端点不含读写查询。含慢查询洞察、schema 检查、文档搜索及授权范围内的 SQL 执行(副本路由、临时凭证、破坏性查询防护)。旧 CLI MCP 已弃用。