da1y_mcp-server-elasticsearch

da1y_mcp-server-elasticsearch

0

This project is a Model Context Protocol server designed for Elasticsearch clusters. It allows large language models to manage indices and execute queries. Key features include searching, creating, listing indices, and indexing documents.

Elasticsearch

A Model Context Protocol server for Elasticsearch clusters. This project enables LLMs to manage Elasticsearch indices and execute queries.

Components

Tools

  • search: Execute search queries against indices.
  • create_index: Create new Elasticsearch indices.
  • list_indices: List all available indices.
  • index_document: Index a document into a specified index.

Resources

  • Provides mapping information for each index, including field names, types, and configurations.

Usage

Add to the "mcpServers" section of your configuration file and use Docker to run the container.