Skip to main content
Glama

Supabase MCP Server - Self-Hosted Edition

by abdqum
pyproject.toml594 B
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "supabase-mcp-server" version = "3.1.0" description = "Supabase MCP Server (FastMCP + Smithery)" authors = [ {name = "coupaul", email = "contact@coupaul.fr"} ] readme = "README.md" requires-python = ">=3.10" dependencies = [ "pydantic>=2.7.0", "mcp>=0.4.0", "smithery>=0.1.23", "fastmcp>=0.1.0" ] [tool.smithery] server = "supabase_mcp_server.server:create_server" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"]

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/abdqum/Supabase-MCP-SelfHosted'

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