Enables interaction with Elasticsearch clusters, allowing for searching documents, analyzing indices, and managing the cluster via a set of tools.
This tool implements a Model Context Protocol (MCP) server, facilitating interaction with Elasticsearch clusters. It provides a suite of functionalities to search documents using Elasticsearch Query DSL, analyze indices by retrieving mappings and settings, and manage the cluster by checking its health and gathering statistics. The server is designed to be integrated with tools like Claude Desktop, enabling natural language interaction with Elasticsearch data.
主な機能
01Retrieve mapping configurations for specific indices
02List indices in an Elasticsearch cluster
03Search documents using Elasticsearch Query DSL
040 GitHub stars
05Get cluster health status and statistics
06Get settings configurations for specific indices
ユースケース
01Integrating Elasticsearch functionality into Claude Desktop
02Enabling natural language queries to Elasticsearch