-
securityF
license-
qualityA Model Context Protocol server that enables querying feature suggestions from a Supabase database, allowing AI tools like Cursor and Claude to access and display feature request data.
Last updated -
TypeScript
Supabase 데이터베이스와 상호 작용하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 MCP 인터페이스를 통해 테이블 쿼리 및 TypeScript 유형 생성 도구를 제공합니다.
지엑스피1
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
스키마 선택과 WHERE 절 지원을 사용하여 특정 테이블을 쿼리합니다.
매개변수:
schema
(선택 사항): 데이터베이스 스키마(기본값은 public)table
(필수): 쿼리할 테이블의 이름select
(선택 사항): 쉼표로 구분된 열 목록where
(선택 사항): 다음 조건을 포함하는 조건 배열:column
: 열 이름operator
: eq, neq, gt, gte, lt, lte, like, ilike, is 중 하나value
: 비교할 값Supabase 데이터베이스 스키마에 대한 TypeScript 유형을 생성합니다.
매개변수:
schema
(선택 사항): 데이터베이스 스키마(기본값은 public)git checkout -b feature/my-feature
git commit -am 'Add my feature'
git push origin feature/my-feature
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Model Context Protocol 인터페이스를 통해 Supabase 데이터베이스를 쿼리하고 TypeScript 유형을 생성할 수 있으며, 스키마 선택, 열 필터링, 페이지 매김과 같은 기능을 지원합니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NightTrek/Supabase-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server