Elasticsearch

Elasticsearch

Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases. It provides real-time search and analytics for all types of data.

68VIEWS
2970USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app elasticsearchnpx @composio/cli add cursor --app elasticsearchnpx @composio/cli add cursor --app elasticsearchnpx @composio/cli add cursor --app elasticsearch

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Index Schema

Tool to get the complete schema/mapping of a specific elasticsearch index. use when you need to understand the structure, field types, and mappings of an index.

List Indices

Tool to list all available elasticsearch indices. use when you need to get a list of indices in your elasticsearch cluster, optionally filtering by pattern, health status, or other criteria.

Query Index

Tool to query an elasticsearch index with various filters, time ranges, and pagination support. use when you need to search for documents in an index with complex filtering criteria.

3 actions available