elasticsearch7-mcp-server
If you are the rightful owner of elasticsearch7-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for Elasticsearch 7.x, providing compatibility with Elasticsearch 7.x versions.
The Elasticsearch 7.x MCP Server is designed to provide a Model Context Protocol (MCP) interface for interacting with Elasticsearch 7.x. It supports a wide range of Elasticsearch operations, including basic commands like ping and info, as well as advanced search functionalities such as aggregation queries, highlighting, and sorting. This server allows users to easily access Elasticsearch capabilities through any MCP client, making it a versatile tool for developers working with Elasticsearch. The server requires Python 3.10+ and is compatible with Elasticsearch 7.x, with version 7.17.x recommended. Installation can be done via Smithery or manually using pip, and it supports deployment using Docker Compose for setting up a multi-node Elasticsearch cluster along with Kibana and the MCP server.
Features
- Provides an MCP protocol interface for interacting with Elasticsearch 7.x
- Supports basic Elasticsearch operations (ping, info, etc.)
- Supports complete search functionality, including aggregation queries, highlighting, sorting, and other advanced features
- Easily access Elasticsearch functionality through any MCP client