OpenSearch 在 docs.opensearch.org/latest/ai-agent-integrations/mcp-server 说明开源 MCP 服务器,供 AI 助手经 MCP 工具操作 OpenSearch 集群。opensearch-mcp-server-py 支持 stdio 与 streaming,工具含列出 index、mapping、search、cluster health、document count。环境变量单集群或 YAML 多集群;认证支持 basic auth、IAM、mTLS,兼容自托管、Amazon OpenSearch Service 与 Serverless。OpenSearch 3.0+ 亦有实验性 `/_plugins/_ml/mcp` 端点——与 standalone py 服务器不同。
使用场景
- Agent 从 Cursor/Claude Desktop 搜索 OpenSearch 索引并检查 mapping
- 无需手写 DSL 原型化 Amazon OpenSearch Service 上的 Agent 分析
- 对比 standalone opensearch-mcp-server-py 与 OpenSearch 3.0 内置 /_plugins/_ml/mcp
- 评估 hybrid RAG 检索栈时与 voyage-ai 或 vespa 条目搭配
- 用多集群 YAML 限定 Agent 对 staging/production index 的访问
主要功能
- Claude Desktop
- Cursor
- Kiro
- LangChain
相关推荐
相关推荐
3 收录条目
Algolia Productivity MCP Server
Algolia 在 algolia.com/doc/guides/model-context-protocol/productivity-mcp 说明官方托管 MCP。MCP 客户端连接远程 HTTP 端点 `https://mcp.algolia.com/mcp`,使用 OAuth(在 Algolia 控制台 Generate AI 下启用;按提示登录以继承账户权限)。文档称 Productivity MCP 为用户范围且只读——工具覆盖 search(algolia_search_list_indices、algolia_search_index、algolia_search_for_facet_values)、Recommend(algolia_recommendations)及 top searches、no-click rate、filter 使用、user count 等 analytics。Algolia 文档将其与面向外部 Agent 的应用范围 Public MCP 区分。支持 ChatGPT、Claude、Claude Code、Cursor、Gemini CLI、VS Code 与 OpenAI Playground。
Elastic Agent Builder MCP Server
Elastic Agent Builder MCP 端点 {KIBANA_URL}/api/agent_builder/mcp;npx mcp-remote + API Key,需 feature_agentBuilder.read;9.2+ 与 Serverless 支持,替代已弃用 mcp-server-elasticsearch。
Meilisearch MCP Server
Meilisearch 在 meilisearch/meilisearch-mcp 维护官方 MCP(见 meilisearch.com/blog/introducing-mcp-server)。Python stdio,经 MEILI_HTTP_ADDR 与 MEILI_MASTER_KEY 连接;支持 update-connection-settings 切换主机。工具:索引、文档、检索(filter/facet/混合)、settings、key、task、health。安装:uvx meilisearch-mcp、pip、Docker getmeili/meilisearch-mcp。面向开发;原生 MCP 传输即将推出。