🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-elasticsearch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-elasticsearch

Read-only Elasticsearch / OpenSearch access for AI agents — search, list indices, mappings, count, cluster health. No writes/deletes. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@infoinlet/mcp-elasticsearch

Read-only Elasticsearch / OpenSearch access for AI agents — search (Query DSL), list indices, inspect mappings, count, and cluster health. Only read APIs are exposed (no index/update/delete); index targets are validated.

Tools: es_search · es_list_indices · es_mapping · es_count · es_health.

{ "mcpServers": { "elasticsearch": { "command": "npx", "args": ["-y", "@infoinlet/mcp-elasticsearch"], "env": { "ELASTICSEARCH_URL": "http://localhost:9200", "ELASTICSEARCH_API_KEY": "" } } } }

FAQs

Package last updated on 31 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts