# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
# Use a base Python image
FROM python:3.10-slim AS base
# Set the working directory in the container
WORKDIR /app
# Copy the project file
COPY pyproject.toml README.md src /app/
# Install dependencies and the package
RUN pip install hatchling && \
hatchling build && \
pip install dist/*.whl
# Set the entry point to run the server
ENTRYPOINT ["mcp-dbutils", "--config", "/app/config.yaml"]
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/donghao1393/mcp-dbutils'
If you have feedback or need assistance with the MCP directory API, please join our Discord server