简介
Supabase MCP 是一个将 AI Agent 连接到 Supabase 的 MCP 服务器,GitHub 4,000+ stars。查询 PostgreSQL 数据库、管理用户认证、上传文件和调用边缘函数。适合用 Supabase 构建全栈应用并想要 AI 辅助后端开发的团队。
MCP server for Supabase that gives AI agents access to PostgreSQL databases, authentication, storage, and edge functions. Query data, manage users, and build full-stack features. 4,000+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
将以下配置添加到 .mcp.json:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server"],
"env": {
"SUPABASE_URL": "https://你的项目.supabase.co",
"SUPABASE_SERVICE_KEY": "eyJ..."
}
}
}
}Supabase MCP 是一个将 AI Agent 连接到 Supabase 的 MCP 服务器,GitHub 4,000+ stars。查询 PostgreSQL 数据库、管理用户认证、上传文件和调用边缘函数。适合用 Supabase 构建全栈应用并想要 AI 辅助后端开发的团队。
Discover, install, and manage MCP servers from a curated registry. Smithery provides one-command setup for 200+ MCP servers with Claude Code and Cursor integration.
MCP server that gives AI agents calendar awareness and time tracking. Tempo MCP integrates with Google Calendar and Toggl for scheduling, time logging, and availability checks.
MCP server that gives AI agents full Git capabilities. Git MCP enables Claude Code and Cursor to manage repositories, branches, commits, diffs, and history via tool calls.