Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Elasticsearch MCP Server provides Elasticsearch interaction through a Model Context Protocol, enabling document search and cluster management.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
A Model Context Protocol (MCP) server for Elasticsearch interaction, enabling document search, index analysis, and cluster management.
list_indices
: Lists all indices in the Elasticsearch cluster.get_mapping
: Retrieves the mapping configuration for a specific index.get_settings
: Gets the settings configuration for a specific index.search_documents
: Searches documents in an index using Elasticsearch Query DSL.get_cluster_health
: Retrieves the health status of the cluster.get_cluster_stats
: Retrieves statistical information about the cluster.