-
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 类型的工具。
~/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
(可选):数据库模式(默认为公共)table
(必填):要查询的表的名称select
(可选):以逗号分隔的列列表where
(可选):条件数组,包含:column
:列名operator
:eq、neq、gt、gte、lt、lte、like、ilike、is 之一value
:要比较的值为您的 Supabase 数据库模式生成 TypeScript 类型。
参数:
schema
(可选):数据库模式(默认为公共)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.
通过模型上下文协议接口支持查询 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