Skip to main content
Glama

Apple Health MCP Server

run_elasticsearch.shβ€’547 B
#!/bin/bash set -e if [ "$(docker ps -q -f name=elasticsearch-dev)" ]; then echo "elasticsearch-dev is already running - skipping" exit 0 fi docker run -d \ --name elasticsearch-dev \ -e discovery.type=single-node \ -e ES_JAVA_OPTS="-Xms512m -Xmx512m" \ -e ELASTIC_PASSWORD=elastic \ -e xpack.security.enabled=true \ -e xpack.security.transport.ssl.enabled=false \ -e xpack.security.http.ssl.enabled=false \ -e bootstrap.memory_lock=true \ -e TZ=UTC \ -p 9200:9200 \ docker.elastic.co/elasticsearch/elasticsearch:9.0.3

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/the-momentum/apple-health-mcp-server'

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