feat: Add Elasticsearch Enhanced MCP Server by TocharianOU #3237
+2
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding Elasticsearch Enhanced MCP Server by TocharianOU to the community servers list. This is an advanced MCP server implementation that provides comprehensive Elasticsearch interaction with multi-version support and intelligent features.
Server Details
Key Features
Multi-Version Support (ES 5.x - 9.x)
Intelligent Token Management
Context-Engineered Analysis
Comprehensive Tool Suite
Motivation and Context
This server enhances the existing Elasticsearch offerings in the MCP ecosystem with:
While there are existing Elasticsearch MCP servers, this implementation provides:
How Has This Been Tested?
The server has been extensively tested with:
Test scenarios covered:
Breaking Changes
No breaking changes as this is a new server addition to the community list.
Types of changes
Checklist
Additional Context
Installation
npm install -g @tocharian/mcp-server-elasticsearch-sl # or use directly npx @tocharian/mcp-server-elasticsearch-slConfiguration Example
{ "mcpServers": { "elasticsearch-enhanced": { "command": "npx", "args": ["-y", "@tocharian/mcp-server-elasticsearch-sl"], "env": { "ES_URL": "https://your-es-host:9200", "ES_USERNAME": "elastic", "ES_PASSWORD": "your-password", "NODE_TLS_REJECT_UNAUTHORIZED": "0" } } } }Why This Adds Value to the MCP Ecosystem
The server complements existing Elasticsearch implementations by providing broader version support and advanced features specifically designed for AI agent interactions.
Package Details: