Skip to main content
Glama

Elasticsearch MCP Server

Official
by elastic
Apache 2.0
2,651
317
# Copyright Elasticsearch B.V. and contributors # SPDX-License-Identifier: Apache-2.0 FROM cgr.dev/chainguard/wolfi-base:latest@sha256:73c232274a987eac99caee0b412cc44a992874ab4a70e48e8cc8d62babbbda27 RUN apk update && apk --no-cache add nodejs npm WORKDIR /app # Install dependencies (Docker build cache friendly) COPY package.json package-lock.json tsconfig.json ./ RUN touch index.ts && npm install COPY *.ts run-docker.sh ./ RUN npm run build # Future-proof the CLI and require the "stdio" argument ENV RUNNING_IN_CONTAINER="true" ENTRYPOINT ["./run-docker.sh"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elastic/mcp-server-elasticsearch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server