Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Supabase MCP Server
by
Sentry01
Verified
GitHub
Databases
Developer Tools
JavaScript
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Supabase-MCP-for-Copilot
docs
.github
sql
src
.vscode
Custom-Instructions-Fullstack-Node.md
Custom-Instructions.md
.env.example
.gitignore
package.json
README.md
readmetest.md
{ "name": "mcp-server-supabase", "version": "1.0.0", "description": "Model Context Protocol (MCP) server implementation for Supabase database integration", "main": "src/index.js", "scripts": { "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "supabase", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/server": "^1.0.0", "@supabase/supabase-js": "^2.39.0", "dotenv": "^16.3.1" } }