Supabase MCP Server
@haladesigns
Supabase MCP Server について
A Model Context Protocol (MCP) server that provides AI assistants with the ability to interact with Supabase databases through standardized tools.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"supabase-mcp-haladesigns": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Supabase MCP Server?
A Model Context Protocol server that gives AI assistants standardized tools to interact with Supabase databases. It enables reading, creating, updating, and deleting records via tool calls.
How to use Supabase MCP Server?
Clone the repository, set up a Python virtual environment, install dependencies, and create a .env file with SUPABASE_URL and SUPABASE_SERVICE_KEY. Run the server with python -m supabase_mcp.server. Use tools like read_rows, create_records, update_records, and delete_records.
Key features of Supabase MCP Server
- Read rows with filtering and column selection
- Create single or multiple records
- Update records with flexible filtering
- Delete records safely with filter conditions
- Environment‑based configuration
- Stdio transport support
Use cases of Supabase MCP Server
- AI assistant querying live Supabase data
- Inserting new records into a table
- Updating existing records based on conditions
- Deleting inactive or outdated records
- Automating database operations via conversational interfaces
FAQ from Supabase MCP Server
What tools does Supabase MCP Server provide?
It provides four tools: read_rows, create_records, update_records, and delete_records.
How is authentication handled?
The server uses a service role key set via the SUPABASE_SERVICE_KEY environment variable.
What transport does the server use?
The server supports Stdio transport.
How are inputs validated?
All inputs are validated using Pydantic models.
What configuration is required?
You must set SUPABASE_URL and SUPABASE_SERVICE_KEY in a .env file in the project root.
「クラウドとインフラ」の他のコンテンツ
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
コメント