Supabase MCP Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables read-only SQL queries against a PostgreSQL database, with tools for analyzing table statistics and relationships between tables

  • Connects to a Supabase PostgreSQL database, exposing table schemas as resources and providing tools for data analysis, SQL querying, and relationship exploration

Supabase MCP 服务器

连接到 Supabase PostgreSQL 数据库的 MCP 服务器,将表模式公开为资源并提供数据分析工具。

特征

  • 连接到 Supabase PostgreSQL 数据库
  • 作为资源公开的表模式
  • 只读 SQL 查询工具
  • 常见数据分析任务的提示

设置

  1. 克隆此存储库
  2. 安装依赖项:
    npm install
  3. .env.example复制到.env并使用您的 Supabase 凭据进行更新:
    cp .env.example .env
  4. 使用实际的 Supabase 连接详细信息编辑.env文件

运行服务器

使用 stdio(命令行集成)

npm start

使用 HTTP 和 SSE(用于 Web 集成)

npm run start:http

与 MCP 客户端一起使用

该服务器可与任何与 MCP 兼容的客户端一起使用,包括 Claude.app 和 MCP Inspector 进行测试。

可用资源

  • schema://tables列出数据库中的所有表
  • schema://table/{tableName} - 显示特定表的架构

可用工具

  • query对数据库运行只读 SQL 查询
  • analyze-table - 获取有关表的基本统计信息
  • find-related-tables - 发现与给定表相关的表

可用提示

  • table-exploration - 指导特定表格的探索
  • data-summary - 创建表中数据的摘要
  • relationship-analysis - 分析表之间的关系
-
security - not tested
F
license - not found
-
quality - not tested

连接到 Supabase PostgreSQL 数据库的 MCP 服务器,将表模式公开为资源并提供通过 SQL 查询进行数据分析的工具。

  1. Features
    1. Setup
      1. Running the Server
        1. Using stdio (command line integration)
        2. Using HTTP with SSE (for web integration)
      2. Using with MCP Clients
        1. Available Resources
        2. Available Tools
        3. Available Prompts
      ID: mg38z3mo5q