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。
使用场景
- Cursor 创建集合并做语义查询
- persistent 本地 Agent 记忆
- 团队 Chroma Cloud
- 培训 MCP 文档工具边界
- 元数据过滤原型
主要功能
- Cursor
- Claude Desktop
- Claude Code
- VS Code
- Codex
相关推荐
相关推荐
3 收录条目
Upstash MCP Server
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 等选项。
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。
PlanetScale MCP Server
PlanetScale 在 planetscale.com/docs/connect/mcp 说明托管 MCP:`https://mcp.pscale.dev/mcp/planetscale`,OAuth 访问组织、库、分支、schema 与 Insights。仅洞察端点不含读写查询。含慢查询洞察、schema 检查、文档搜索及授权范围内的 SQL 执行(副本路由、临时凭证、破坏性查询防护)。旧 CLI MCP 已弃用。