SkillAgentSearch skills...

Supabase-MCP

A model context protocol implementation granting LLMs access to make database queries and learn about supabase types.

Install / Use

claude mcp add NightTrek -- npx -y github:NightTrek/Supabase-MCP

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

31/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "supabase-server", "version": "0.1.0", "description": "A MCP server for developing on supabase", "private": true, "type": "module", "bin": { "supabase-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e "require('fs').chmodSync('build/index.js', '755')"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "@supabase/supabase-js": "^2.47.6" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAI
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low