Elasticsearch
JSON →Connect to and interact with an Elasticsearch cluster directly from any MCP client using environment variables for configuration.
Tools · 11
- elasticsearch_health Get Elasticsearch cluster health status, optionally including index-level details
- list_indices List available Elasticsearch indices, support regex
- create_index Create Elasticsearch index with optional settings and mappings
- reindex Reindex data from a source index to a target index with optional query and script
- get_mappings Get field mappings for a specific Elasticsearch index
- create_mapping Create or update mapping structure for an Elasticsearch index
- search Perform an Elasticsearch search with the provided query DSL
- bulk Bulk data into an Elasticsearch index
- create_index_template Create or update an index template
- get_index_template Get information about index templates
- delete_index_template Delete an index template
Environment variables
ES_API_KEY
Links
★ 21 GitHub stars