73
/ 100
13 days ago
glama

Elasticsearch MCP Server AI

Transforms Elasticsearch into an AI-powered observability engine for analyzing logs, APM traces, and system metrics through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: ELASTICSEARCH_PASSWORD, ELASTICSEARCH_API_KEY, ELASTICSEARCH_CLIENT_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_TRANSPORTstdio # Transport (stdio/http/sse)
configMCP_HOST
configMCP_PORT8000 # Port for HTTP/SSE
configELASTICSEARCH_URL"https://your-cluster.es.io:9243"
configELASTICSEARCH_USERNAME"your-username"
🔐 secretELASTICSEARCH_PASSWORD"your-password"
🔐 secretELASTICSEARCH_API_KEY="your-api-key"
configELASTICSEARCH_CLOUD_ID
configELASTICSEARCH_TIMEOUT30 # Timeout in seconds
configELASTICSEARCH_VERIFY_CERTStrue # Verify SSL certificates
configELASTICSEARCH_CA_CERTS"/path/to/ca.crt" # CA certificates
configELASTICSEARCH_CLIENT_CERT"/path/to/client.crt" # Client certificate
🔐 secretELASTICSEARCH_CLIENT_KEY"/path/to/client.key" # Private key
configELASTICSEARCH_OPENAPI_SPEC_PATH
configMCP_LOG_LEVELINFO # Logging level
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/byviz-mcp-server-elasticsearch-ai-8r6ata)](https://m8ven.ai/mcp/byviz-mcp-server-elasticsearch-ai-8r6ata)
commit: 676a03dd48322633a6a72fe5e56a9b1cbfd5b62d
code hash: 2b777c1c479bf5f94d10d307d3ec9666b8ceeb5cf79f76f5caf58ba40c1880d5
verified: 6/24/2026, 10:03:20 AM
view raw JSON →