MCP Configs2026年4月6日·1 分钟阅读

Supabase MCP — Postgres + Auth Server for AI Agents

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.

MC
MCP Hub · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 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 辅助后端开发的团队。


🙏

来源与感谢

Created by Supabase. Licensed under Apache 2.0.

supabase — ⭐ 78,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产