MCP Servers / database / Elasticsearch

Elasticsearch

JSON →
none21database

Connect to and interact with an Elasticsearch cluster directly from any MCP client using environment variables for configuration.

Install
How to run this server

No install command recorded.

server path: elasticsearch-3
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envES_API_KEY
Resources