Skip to main content
Glama

Supabase MCP Server

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
A
license - permissive license
-
quality - not tested

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.

Supabase PostgreSQL 데이터베이스에 연결되는 MCP 서버로, 테이블 스키마를 리소스로 노출하고 SQL 쿼리를 통해 데이터 분석 도구를 제공합니다.

  1. 특징
    1. 설정
      1. 서버 실행
        1. stdio(명령줄 통합) 사용
        2. SSE와 함께 HTTP 사용(웹 통합용)
      2. MCP 클라이언트와 함께 사용
        1. 사용 가능한 리소스
        2. 사용 가능한 도구
        3. 사용 가능한 프롬프트

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.
        Last updated -
        14
        42
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        This server enables interaction with Supabase PostgreSQL databases through the MCP protocol, allowing seamless integration with Cursor and Windsurf IDEs for secure and validated database management.
        Last updated -
        11
        774
        Python
        Apache 2.0
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        Universal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.
        Last updated -
        5
        1,069
        TypeScript
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables natural language querying of Supabase PostgreSQL databases using Claude 3.7, allowing users to inspect schemas, execute SQL, manage migrations, and convert natural language to SQL queries.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanraath3/mcp-supabase'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server