feat: Add Elasticsearch Enhanced MCP Server by TocharianOU#3237
Closed
TocharianOU wants to merge 1 commit intomodelcontextprotocol:mainfrom
Closed
feat: Add Elasticsearch Enhanced MCP Server by TocharianOU#3237TocharianOU wants to merge 1 commit intomodelcontextprotocol:mainfrom
TocharianOU wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Add advanced Elasticsearch MCP server with comprehensive features: - Multi-version support (ES 5.x-9.x) with automatic version detection - Intelligent token optimization and smart summarization - Context-engineered analysis for AI interactions - Comprehensive tools: indices, mappings, shards, data streams - Dynamic client loading based on detected ES version - Version-specific adapters for API compatibility This server enhances the existing Elasticsearch offerings with: - Broader version compatibility - Advanced token management for large datasets - Intelligent feature detection and tool registration - Optimized for AI agent interactions Package: @tocharian/mcp-server-elasticsearch-sl Repository: https://github.com/TocharianOU/mcp-server-elasticsearch-sl NPM: https://www.npmjs.com/package/@tocharian/mcp-server-elasticsearch-sl
Member
|
Since #3046, new entries are no longer added to the README's third-party server list. Going forward, please consider registering it in the MCP Registry. Thank you. |
Contributor
Author
|
Could you please explain why this PR was closed? I'd be happy to make any necessary changes to meet the requirements. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: