Skip to main content
Glama

Elasticsearch MCP Server

Official
by elastic
Apache 2.0
2,651
317
#!/usr/bin/env bash # Copyright Elasticsearch B.V. and contributors # SPDX-License-Identifier: Apache-2.0 the_exit=0 check_file() { if grep -q "Copyright Elasticsearch B.V. and contributors" "$1" && \ grep -q "SPDX-License-Identifier: Apache-2.0" "$1"; then echo "Correct: $1" else echo "Incorrect: $1" the_exit=1 fi } echo "SPDX license header check" for file in $(git ls-files | grep -E '\.(ts|js|mjs)$'); do check_file "$file" done exit "$the_exit"

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