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. 종속성 설치:지엑스피1
  3. .env.example``.env 로 복사하고 Supabase 자격 증명으로 업데이트합니다.
    cp .env.example .env
  4. 실제 Supabase 연결 세부 정보로 .env 파일을 편집하세요.

서버 실행

stdio(명령줄 통합) 사용

npm start

SSE와 함께 HTTP 사용(웹 통합용)

npm run start:http

MCP 클라이언트와 함께 사용

이 서버는 Claude.app 및 MCP Inspector를 포함한 모든 MCP 호환 클라이언트와 함께 사용하여 테스트할 수 있습니다.

사용 가능한 리소스

  • 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