Supabase MCP 서버
Supabase PostgreSQL 데이터베이스에 연결하여 테이블 스키마를 리소스로 노출하고 데이터 분석을 위한 도구를 제공하는 MCP 서버입니다.
특징
Supabase PostgreSQL 데이터베이스에 연결
리소스로 노출된 테이블 스키마
읽기 전용 SQL 쿼리 도구
일반적인 데이터 분석 작업에 대한 프롬프트
설정
이 저장소를 복제하세요
종속성 설치:
지엑스피1
.env.example``.env
로 복사하고 Supabase 자격 증명으로 업데이트합니다.cp .env.example .env실제 Supabase 연결 세부 정보로
.env
파일을 편집하세요.
서버 실행
stdio(명령줄 통합) 사용
SSE와 함께 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
- 테이블 간의 관계를 분석합니다.
This server cannot be installed
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 쿼리를 통해 데이터 분석 도구를 제공합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.Last updated -44MIT License
- AsecurityAlicenseAqualityThis 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 -12802Apache 2.0
- -securityAlicense-qualityUniversal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.Last updated -31,322MIT License
- -securityAlicense-qualityAn 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.