Skip to main content
Glama

Files-DB-MCP

by randomm
Dockerfile.test700 B
FROM python:3.11-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \ git \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* # Copy requirements first for better layer caching COPY src/requirements.txt . COPY pyproject.toml . # Install dependencies including dev dependencies RUN pip install --no-cache-dir -e ".[dev]" # Copy application code and tests COPY src/ src/ COPY tests/ tests/ # Create coverage directory RUN mkdir -p /app/coverage # Set environment variables ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ PYTHONPATH=/app # Command to run tests CMD ["pytest"]

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/randomm/files-db-mcp'

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