Skip to main content
Glama

Supabase MCP Server

Apache 2.0
699
  • Apple
  • Linux
FROM python:3.12-slim-bookworm WORKDIR /app # Prepare the basic dependencies RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install pipx RUN pip install --no-cache-dir pipx && \ pipx ensurepath && \ pipx install supabase-mcp-server # Add pipx bin directory to PATH ENV PATH="/root/.local/bin:$PATH" CMD ["supabase-mcp-server"]

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/alexander-zuev/supabase-mcp-server'

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