The server provides a read-only Elasticsearch/OpenSearch experience for AI agents, enabling search across indices, mappings, counts, and health status. It exposes a focused MEC for querying and monitoring via a stable MCP endpoint.
🛠️ Key Features
- Read-only Elasticsearch/OpenSearch access
- Search across indices and mappings
- Count and health endpoints for quick health checks
🚀 Use Cases
- AI agents performing indexed data discovery
- Lightweight monitoring of Elasticsearch/OpenSearch health
- Read-only query access in automation pipelines
⚡ Developer Benefits
- Simple, safe access pattern with read-only operations
- Clear endpoint surface for integration and testing
- Quick onboarding for agents requiring search capabilities
⚠️ Limitations
- Read-only access; no write operations
- Limited to Elasticsearch/OpenSearch capabilities exposed by MCP
- No data transformation or indexing provided within the server