Skip to main content
Glama

CSV Editor

by santoshray02
Dockerfileโ€ข606 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim # Install system dependencies RUN apt-get update && \ apt-get install -y --no-install-recommends gcc python3-dev && \ rm -rf /var/lib/apt/lists/* # Set working directory WORKDIR /app # Copy project files COPY pyproject.toml requirements.txt README.md ./ COPY src/ src/ # Install Python dependencies and project RUN pip install --no-cache-dir -r requirements.txt && \ pip install --no-cache-dir . # Default command ENV PYTHONUNBUFFERED=1 CMD ["csv-editor", "--transport", "stdio"]

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/santoshray02/csv-editor'

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