Skip to main content
Glama
Dockerfile414 B
# Use Python slim image FROM python:3.11-slim WORKDIR /app # Copy project files COPY . . # Install dependencies RUN pip install --upgrade pip RUN pip install . # Environment variables ENV FASTMCP_PORT=8017 ENV EXCEL_FILES_PATH=/data # Expose the port (optional, mostly for clarity) EXPOSE 8017 # Start MCP server using dynamic port CMD ["sh", "-c", "excel-mcp-server streamable-http --port ${FASTMCP_PORT}"]

Latest Blog Posts

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/ZibZob3000-gh/excel-mcp-server-v2'

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