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 查询工具
- 常见数据分析任务的提示
设置
- 克隆此存储库
- 安装依赖项:Copy
- 将
.env.example
复制到.env
并使用您的 Supabase 凭据进行更新:Copy - 使用实际的 Supabase 连接详细信息编辑
.env
文件
运行服务器
使用 stdio(命令行集成)
Copy
使用 HTTP 和 SSE(用于 Web 集成)
Copy
与 MCP 客户端一起使用
该服务器可与任何与 MCP 兼容的客户端一起使用,包括 Claude.app 和 MCP Inspector 进行测试。
可用资源
schema://tables
列出数据库中的所有表schema://table/{tableName}
- 显示特定表的架构
可用工具
query
对数据库运行只读 SQL 查询analyze-table
- 获取有关表的基本统计信息find-related-tables
- 发现与给定表相关的表
可用提示
table-exploration
- 指导特定表格的探索data-summary
- 创建表中数据的摘要relationship-analysis
- 分析表之间的关系
This server cannot be installed
连接到 Supabase PostgreSQL 数据库的 MCP 服务器,将表模式公开为资源并提供通过 SQL 查询进行数据分析的工具。