About
Opensearch provides a Model Context Protocol (MCP) server, inspired by elasticsearch-mcp-server, designed for integrating with OpenSearch. It offers a suite of tools for managing indices, monitoring cluster health, and searching documents within an OpenSearch cluster. By using this server, developers can streamline their interactions with OpenSearch and gain better insights into their data and cluster performance.
Key Features
- List all indices in OpenSearch cluster
- Get index mapping
- Get index settings
- Get cluster health status
- Search documents
- 0 GitHub stars