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.

介绍

Supabase MCP is an MCP server that connects AI agents to Supabase, with 4,000+ GitHub stars. Query PostgreSQL, manage auth, upload files, and invoke edge functions. Ideal for teams building full-stack apps on Supabase who want AI-assisted backend development.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": ["-y", "@supabase/mcp-server"],
      "env": {
        "SUPABASE_URL": "https://your-project.supabase.co",
        "SUPABASE_SERVICE_KEY": "eyJ..."
      }
    }
  }
}

Intro

Supabase MCP is an MCP server that connects AI agents to Supabase, with 4,000+ GitHub stars. Query PostgreSQL, manage auth, upload files, and invoke edge functions. Ideal for teams building full-stack apps on Supabase who want AI-assisted backend development.


Source & Thanks

Created by Supabase. Licensed under Apache 2.0.

supabase — ⭐ 78,000+

🙏

来源与感谢

Created by Supabase. Licensed under Apache 2.0.

supabase — ⭐ 78,000+

讨论

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