Skip to main content
Glama
524,250 tools. Updated 2026-09-06 14:34

"Elasticsearch" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to search, analyze, and interact with Elasticsearch through natural language.
    18
    Apache 2.0
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables read-only interaction with Elasticsearch, supporting listing indices, retrieving mappings, and executing search/aggregation queries via MCP.
    -

Matching MCP Connectors

  • Retrieve Elasticsearch index aliases with optional name filtering, enabling precise alias management and querying. Integrates with the octodet-elasticsearch-mcp server for streamlined operations.
    MIT
  • Search pages in your GROWI wiki using Elasticsearch queries. Specify path, limit, and offset to refine results.
    MIT
  • Search urlscan.io's historical scans with ElasticSearch queries to find domains, IPs, pages, and ASNs. No API key required.
    MIT
  • Convert an Elasticsearch SQL SELECT into the equivalent Query DSL using _sql/translate without running it. Learn the query structure, then pass the DSL to run_query for control.
    Apache 2.0
  • Discover available Elasticsearch indices along with health, status, document count, and storage size. Use this to find index names before searching or aggregating logs.
    MIT
  • Add new fields to an existing index mapping in Elasticsearch. Requires confirmation and enables only additive changes, helping extend schemas without data loss.
    Apache 2.0
    Destructive
  • Execute Elasticsearch SQL SELECT queries to aggregate and filter data without hand-writing Query DSL. Returns columns and rows, with a cursor for retrieving larger results.
    Apache 2.0
  • Create or overwrite a single document in Elasticsearch by passing JSON. Optionally specify doc_id to overwrite a document, otherwise auto-ID is assigned; set refresh=true for immediate search.
    Apache 2.0
  • Delete documents matching a query from an Elasticsearch index. Requires confirmation, refuses match-all to prevent accidental full-index wipe, runs asynchronously, and returns a task ID for polling.
    Apache 2.0
    Destructive