I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

supabase-mcp-server
Servidor MCP do Supabase com funcionalidades de consulta e inserção de dados
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
Servidor MCP do Supabase
Este é um servidor MCP (Model-Controller-Persistence) que fornece uma API RESTful para interagir com o Supabase.
Funcionalidades
- Consulta de dados de tabelas
- Consulta de registros específicos
- Inserção de dados
- Atualização de dados
Configuração Local
- Clone o repositório
- Instale as dependências:
npm install
- Copie o arquivo
.env.example
para.env
e preencha com suas credenciais do Supabase:cp .env.example .env
Deploy na Smithery
-
Instale a CLI da Smithery:
npm install -g @smithery/cli
-
Faça login na sua conta Smithery:
smithery login
-
No diretório do projeto, inicialize o deploy:
smithery deploy
-
Configure as variáveis de ambiente no painel da Smithery:
-
SUPABASE_URL
: URL do seu projeto Supabase -
SUPABASE_KEY
: Chave de API do seu projeto Supabase
-
-
Seu servidor estará disponível no domínio fornecido pela Smithery após o deploy.
Uso Local
Para iniciar o servidor localmente:
npm start
Endpoints
-
GET /api/:table - Lista todos os registros de uma tabela
- Query params:
-
select
: campos a serem retornados (opcional)
-
- Query params:
-
GET /api/:table/:id - Obtém um registro específico por ID
-
POST /api/:table - Insere um novo registro
- Body: objeto com os dados a serem inseridos
-
PATCH /api/:table/:id - Atualiza um registro existente
- Body: objeto com os campos a serem atualizados
Exemplos de Uso
Listar todos os registros de uma tabela
curl http://localhost:3000/api/users
Listar registros com campos específicos
curl http://localhost:3000/api/users?select=id,name,email
Obter um registro específico
curl http://localhost:3000/api/users/123
Inserir um novo registro
curl -X POST http://localhost:3000/api/users \
-H "Content-Type: application/json" \
-d '{"name": "João", "email": "joao@exemplo.com"}'
Atualizar um registro
curl -X PATCH http://localhost:3000/api/users/123 \
-H "Content-Type: application/json" \
-d '{"name": "João Silva"}'
Monitoramento na Smithery
Após o deploy, você pode monitorar seu servidor através do painel da Smithery:
- Acesse o painel da Smithery
- Navegue até seu projeto
- Visualize:
- Logs em tempo real
- Métricas de uso
- Status do servidor
- Variáveis de ambiente
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Therapist adept at identifying core issues and offering practical advice with images.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
Reviews

user_UrK42m7a
As a dedicated user of Simple MCP by ribeirogab, I can confidently say it has significantly improved my productivity. The intuitive interface and seamless integration with multiple platforms make it a must-have tool. Highly recommended for anyone looking to streamline their workflow!