MCP.so
登录

Opensearch Mcp Server Py

@opensearch-project

关于 Opensearch Mcp Server Py

暂无概览

基本信息

分类

数据库

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

opensearch-project

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "opensearch": {
      "command": "uvx",
      "args": [
        "opensearch-mcp-server-py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Opensearch Mcp Server Py?

Opensearch Mcp Server Py is a Model Context Protocol (MCP) server for OpenSearch that enables AI assistants to interact with OpenSearch clusters. It provides a standardized interface for AI models to perform operations like searching indices, retrieving mappings, and managing shards through both stdio and streaming (SSE/Streamable HTTP) protocols.

How to use Opensearch Mcp Server Py?

Install it via pip (pip install opensearch-mcp-server-py) and start the server with uvx opensearch-mcp-server-py. No environment variables are required; agents provide connection details dynamically on each tool call.

Key features of Opensearch Mcp Server Py

  • Seamless integration with AI assistants and LLMs through the MCP protocol
  • Supports stdio and streaming server transports (SSE and Streamable HTTP)
  • Dynamic per-call connection parameters for targeting different clusters
  • Easy integration with Claude Desktop and LangChain
  • Secure authentication using basic auth, IAM roles, header-based auth, and mTLS

Use cases of Opensearch Mcp Server Py

  • Perform OpenSearch operations through AI assistants
  • Monitor cluster health and shard allocation
  • Search and analyze OpenSearch indices using query DSL
  • Integrate with Claude Desktop and LangChain
  • Manage search relevance configurations and query sets

FAQ from Opensearch Mcp Server Py

What transport protocols does the server support?

It supports both stdio and streaming (SSE and Streamable HTTP) protocols.

How do I install and run the server?

Install via `pip install

评论

数据库 分类下的更多 MCP 服务器