opensearch-mcp-server

opensearch-mcp-server

3.1

If you are the rightful owner of opensearch-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

OpenSearch MCP Server allows interaction with OpenSearch clusters using natural language via MCP Clients.

The OpenSearch MCP Server facilitates seamless interaction with OpenSearch clusters through natural language commands. It leverages the Model Context Protocol (MCP) to enable users to perform various operations such as analyzing cluster health, managing documents, and executing search queries. This server is compatible with any MCP Client, such as Cursor or Cline, and provides a comprehensive set of tools for efficient cluster management. Users can perform tasks like bulk document operations, index management, and document retrieval, all through intuitive commands. The server requires Python 3.10+ and the 'uv' tool for operation.

Features

  • Cluster Health Analysis: Retrieve and analyze the health status of your OpenSearch cluster.
  • Bulk Document Operations: Efficiently manage multiple document operations using bulk commands.
  • Index Management: Create, delete, and retrieve information about indices in the cluster.
  • Document Retrieval: Access specific documents from indices with ease.
  • Search Functionality: Execute complex search queries using the provided query DSL.