@infoinlet/mcp-elasticsearch
v0.1.1
Published
Read-only Elasticsearch / OpenSearch access for AI agents — search, list indices, mappings, count, cluster health. No writes/deletes. MCP server.
Readme
@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": "" } } } }