Back to directory
opensearch-mcp-server-py

opensearch-mcp-server-py

@opensearch-project120

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.

OpenSearchsearchdatabaseAI assistantLLMcontext

Installation & Configuration

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

Information

Transport
stdiossestreamable
Language
Python
Created
2025/5/14
Updated
2026/6/8