MCP.so
登录

Servidor MCP do Supabase

@flavioaraujosilva

关于 Servidor MCP do Supabase

Servidor MCP do Supabase com funcionalidades de consulta e inserção de dados

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

flavioaraujosilva

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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.

评论

云与基础设施 分类下的更多 MCP 服务器