We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cr7258/elasticsearch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•897 B
# Elasticsearch connection settings
ELASTICSEARCH_HOSTS=https://localhost:9200
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=test123
# OpenSearch connection settings
OPENSEARCH_HOSTS=https://localhost:9200
OPENSEARCH_USERNAME=admin
OPENSEARCH_PASSWORD=admin
OPENSEARCH_VERIFY_CERTS=false
# Disable High-Risk Operations
# DISABLE_HIGH_RISK_OPERATIONS=false
# DISABLED_OPERATIONS=""
# Whether to verify SSL certificates
# VERIFY_CERTS=false
# Request timeout in seconds
# REQUEST_TIMEOUT=5
# MCP Server Authentication (for HTTP transports: SSE, Streamable HTTP)
# Set this to enable Bearer token authentication for the MCP server.
# Clients must include "Authorization: Bearer <MCP_API_KEY>" header.
# If not set, the MCP server will be accessible without authentication.
# WARNING: For production use with HTTP transports, always set MCP_API_KEY!
# MCP_API_KEY=your-secure-api-key-here