Skip to main content
Glama

YugabyteDB MCP Server

Official
by yugabyte
Dockerfile713 B
FROM python:3.10-slim WORKDIR /app # Install build dependencies and uv RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ && rm -rf /var/lib/apt/lists/* \ && curl -LsSf https://astral.sh/uv/install.sh | sh # Add uv to PATH ENV PATH="/root/.local/bin:${PATH}" # Copy application files COPY src/ /app/src/ COPY pyproject.toml README.md ./ # Install dependencies RUN uv pip install --system -e . # Environment variables with defaults ENV YUGABYTEDB_URL="dbname=yugabyte host=host.docker.internal port=5433 user=yugabyte password=yugabyte load_balance=false" # Expose HTTP/SSE port EXPOSE 8080 # Run the server using uv ENTRYPOINT ["uv","--verbose", "run", "src/server.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/yugabyte/yugabytedb-mcp-server'

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