Skip to main content
Glama

Materials Project Platform MCP Server

MIT License
2
  • Apple
  • Linux
Dockerfile311 B
FROM python:3.12-slim # Install uv COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # Copy the application into the container COPY . /app # Install the application dependencies WORKDIR /app RUN uv sync --frozen --no-cache # Run server.py directly CMD ["/app/.venv/bin/python", "/app/server/server.py"]

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/benedictdebrah/materials-project-mcp'

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