Elasticsearch 7.x MCP Server
by imlewc
An MCP server for Elasticsearch 7.x, providing compatibility with Elasticsearch 7.x versions. It allows easy access to Elasticsearch functionality through any MCP client.
Last updated: N/A
What is Elasticsearch 7.x MCP Server?
This is an MCP (Meta-Control Protocol) server specifically designed for Elasticsearch 7.x. It acts as an intermediary, allowing MCP clients to interact with Elasticsearch 7.x instances using a standardized protocol.
How to use Elasticsearch 7.x MCP Server?
The server can be installed via Smithery or manually using pip. It requires setting environment variables for Elasticsearch host, username, and password. After installation, you can connect to the server using an MCP client and call supported methods like es-ping
, es-info
, and es-search
.
Key features of Elasticsearch 7.x MCP Server
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
Use cases of Elasticsearch 7.x MCP Server
Integrating Elasticsearch 7.x with applications that use the MCP protocol
Providing a standardized interface for interacting with Elasticsearch 7.x
Building search applications that leverage Elasticsearch's advanced features
Automating Elasticsearch tasks using MCP clients
FAQ from Elasticsearch 7.x MCP Server
What Elasticsearch versions are supported?
What Elasticsearch versions are supported?
Elasticsearch 7.x versions are supported, with 7.17.x recommended.
What environment variables are required?
What environment variables are required?
ELASTIC_HOST
, ELASTIC_USERNAME
, ELASTIC_PASSWORD
, and optionally MCP_PORT
.
How do I install the server?
How do I install the server?
You can install it via Smithery or manually using pip.
How do I connect to the server?
How do I connect to the server?
Use an MCP client and connect to the server's host and port (default 9999).
What MCP methods are supported?
What MCP methods are supported?
es-ping
, es-info
, and es-search
are currently supported.