Supabase Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Supabase Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that enables LLMs to interact with Supabase services including Database, Auth, Storage, and Edge Functions.
npm install.env.example to .env and fill in your Supabase credentials: cp .env.example .env npm run build npm start| Variable | Required | Description |
|---|---|---|
SUPABASE_URL | Yes | Your Supabase project URL |
SUPABASE_SERVICE_ROLE_KEY | Yes | Service role key (found in Project Settings > API) |
TRANSPORT | No | Transport mode: stdio (default) or http |
Add to your MCP client config (e.g., Claude Desktop):
{
"mcpServers": {
"supabase": {
"command": "node",
"args": ["/path/to/supabase-mcp-server/dist/index.js"],
"env": {
"SUPABASE_URL": "https://your-project.supabase.co",
"SUPABASE_SERVICE_ROLE_KEY": "your-service-role-key"
}
}
}
}npm run dev # Run with tsx (hot reload)
npm run build # Compile TypeScript
npm start # Run compiled outputnpx @modelcontextprotocol/inspector node dist/index.js~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.