Elasticsearch MCP server enables AI assistants to interact with Elasticsearch clusters through natural language conversations. Built with TypeScript and the official Elasticsearch client library, it provides tools for listing indices, inspecting field mappings, and executing full Query DSL searches with automatic highlighting of text fields. The implementation handles authentication via API keys, supports configurable security permissions, and is particularly valuable for users who need to explore and analyze their Elasticsearch data through conversational interfaces.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List all available Elasticsearch indices
Get field mappings for a specific Elasticsearch index
Perform an Elasticsearch search with the provided query DSL
Get shard information for all or specific indices