Skip to main content
Glama

Foundry MCP Project

by lhemerly
Dockerfile722 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.12-slim # Install system dependencies RUN apt-get update && \ apt-get install -y --no-install-recommends curl build-essential git && \ rm -rf /var/lib/apt/lists/* # Install Foundry tools RUN curl -L https://foundry.paradigm.xyz | bash && \ export PATH="$HOME/.foundry/bin:$PATH" # Set working directory WORKDIR /app # Copy project files COPY . /app # Ensure Foundry tools are in PATH for subsequent RUN steps ENV PATH="/root/.foundry/bin:${PATH}" # Install Python dependencies RUN pip install --no-cache-dir . # Default command (will be overridden by MCP host) CMD ["python", "src/eth_wh_mcp/main.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/lhemerly/foundry-mcp'

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