OpenSearch MCP Server
JSON →An MCP server for interacting with OpenSearch clusters.
Tools · 6
- list_indices List all indices in the Opensearch cluster.
- get_mapping Retrieve the mapping configuration for a specific index.
- get_settings Get the settings configuration for a specific index.
- search_documents Search documents in an index using Opensearch Query DSL.
- get_cluster_health Get health status of the cluster.
- get_cluster_stats Get statistical information about the cluster.
Environment variables
OPENSEARCH_HOSTDASHBOARDS_HOST
Links
★ 11 GitHub stars