Skip to main content
Glama

Elasticsearch MCP Server

by ampcome-mcps
docker-push.sh730 B
#!/usr/bin/env bash set -euo pipefail version_tag=$(jq -r ".version" ./package.json) elastic_image="docker.elastic.co/mcp/elasticsearch" # build image docker buildx create --use --name builder docker buildx inspect --bootstrap docker buildx build -t "$elastic_image:$version_tag" --platform linux/amd64,linux/arm64 --builder builder --load . docker tag "$elastic_image:$version_tag" "$elastic_image:latest" # push to docker.elastic.co ELASTIC_PASSWORD=$(vault read -field=password secret/ci/elastic-mcp-server-elasticsearch/devtoolsmachine) docker login -u "devtoolsmachine" -p "$ELASTIC_PASSWORD" docker.elastic.co docker push "$elastic_image:$version_tag" docker push "$elastic_image:latest" docker logout docker.elastic.co

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/ampcome-mcps/elasticsearch-mcp'

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