Skip to main content
Glama

dune-analytics-mcp

Dockerfile523 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.12-alpine # Set working directory WORKDIR /app # Install build dependencies RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev python3-dev # Upgrade pip RUN pip install --upgrade pip # Install Python dependencies RUN pip install "mcp[cli]>=1.4.1" pandas>=2.2.3 httpx python-dotenv # Copy project files COPY . . # Environment variable placeholder ENV DUNE_API_KEY="" # Default command CMD ["python", "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/kukapay/dune-analytics-mcp'

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