Back to Home
drogariamatogrossoti-wq icon

mcp-supabase-server

Verified Safe

by drogariamatogrossoti-wq

Overview

This server acts as a backend API for a Marketing/Content Platform (MCP) to facilitate product searches within a Supabase database.

Installation

Run Command
node server.js

Environment Variables

  • MCP_SECRET
  • SUPABASE_URL
  • SUPABASE_KEY
  • PORT

Security Notes

Secrets (Supabase credentials, MCP_SECRET) are correctly loaded from environment variables using dotenv. Access control is implemented via an 'x-api-key' header against MCP_SECRET. The Supabase client library is used for database interactions, which generally handles SQL parameterization and prevents injection, though direct string interpolation within `or` clauses could theoretically be a minor concern if not fully abstracted by the library. No 'eval' or malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-01

Tags

Node.jsExpressSupabaseAPIProduct Search