opensearch-mcp-server

opensearch-mcp-server

3.3

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 is a fork of the elastic-mcp-server, converted to interact with OpenSearch for document searching, index analysis, and cluster management.

OpenSearch MCP Server is a Model Context Protocol (MCP) server implementation that facilitates interaction with OpenSearch. It allows users to perform operations such as searching documents, analyzing indices, and managing clusters through a set of tools. This server is a fork of the elastic-mcp-server and has been adapted to work with OpenSearch, providing a robust solution for managing and querying data within an OpenSearch environment.

Features

  • Index Operations: Includes operations like listing all indices, retrieving mapping configurations, and getting settings for specific indices.
  • Document Operations: Allows searching of documents within an index using OpenSearch Query DSL.
  • Cluster Operations: Provides functionalities to get the health status and statistical information about the cluster.