elasticsearch-mcp-server
The Elasticsearch/OpenSearch MCP Server is a Model Context Protocol server providing interaction capabilities with Elasticsearch and OpenSearch, enabling document search, index management, and cluster operations through various tools. It supports installation via Smithery and configuration for use in desktop environments like Claude Desktop.
What is the default username and password for Elasticsearch?
The default username is 'elastic' and the password is 'test123'.
How can I start the Elasticsearch/OpenSearch cluster?
You can start the cluster using Docker Compose with the command 'docker-compose -f docker-compose-elasticsearch.yml up -d' for Elasticsearch and 'docker-compose -f docker-compose-opensearch.yml up -d' for OpenSearch.
Can I access Kibana/OpenSearch Dashboards?
Yes, you can access them from http://localhost:5601.
What operations can I perform with this MCP server?
You can perform general API requests, manage indices, handle documents, check cluster health, and manage aliases.
Is there a license for this project?
Yes, this project is licensed under the Apache License Version 2.0.