Servidor MCP do Supabase
@flavioaraujosilva
Servidor MCP do Supabase について
Servidor MCP do Supabase com funcionalidades de consulta e inserção de dados
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Servidor MCP do Supabase?
Servidor MCP do Supabase is an MCP server that provides a RESTful API for interacting with Supabase. It allows querying, inserting, and updating data in Supabase tables. It is intended for developers who need a simple HTTP-based interface to their Supabase projects.
How to use Servidor MCP do Supabase?
Install dependencies with npm install, copy .env.example to .env, and fill in your SUPABASE_URL and SUPABASE_KEY. Start the server with npm start. For production, deploy to Smithery using the Smithery CLI (smithery login, smithery deploy) and set the same environment variables in the Smithery dashboard.
Key features of Servidor MCP do Supabase
- Query all records from a table via
GET /api/:table - Retrieve a specific record by ID via
GET /api/:table/:id - Insert new records via
POST /api/:table - Update existing records via
PATCH /api/:table/:id - Deploy and monitor on Smithery platform
Use cases of Servidor MCP do Supabase
- Expose Supabase data to any HTTP client (e.g., curl, web apps)
- Build quick CRUD backends without writing custom server logic
- Prototype or integrate with MCP‑compatible tools and agents
FAQ from Servidor MCP do Supabase
What does the server do?
It provides a RESTful API to query, insert, and update data in Supabase tables through standard HTTP methods.
What are the prerequisites for running the server?
You need Node.js, npm, an active Supabase project, and your project’s URL and API key.
How do I deploy the server to Smithery?
Install the Smithery CLI (npm install -g @smithery/cli), log in (smithery login), run smithery deploy, and set SUPABASE_URL and SUPABASE_KEY as environment variables in the Smithery dashboard.
What endpoints are available?
GET /api/:table (list), GET /api/:table/:id (read single), POST /api/:table (create), and PATCH /api/:table/:id (update).
Where is the data stored?
Data lives in your Supabase project, configured via the SUPABASE_URL and SUPABASE_KEY environment variables.
「クラウドとインフラ」の他のコンテンツ
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
コメント