Skip to main content
Glama

Earthdata MCP Server

by datalayer
Dockerfile410 B
# Copyright (c) 2023-2024 Datalayer, Inc. # # BSD 3-Clause License FROM python:3.10-slim WORKDIR /app COPY pyproject.toml LICENSE README.md ./ COPY earthdata_mcp_server/* earthdata_mcp_server/ RUN pip install --no-cache-dir -e . && \ pip uninstall -y pycrdt datalayer_pycrdt && \ pip install --no-cache-dir datalayer_pycrdt==0.12.17 EXPOSE 4040 ENTRYPOINT ["python", "-m", "earthdata_mcp_server"]

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/datalayer/earthdata-mcp-server'

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