Supabase MCP 服务器
这是一个连接到 Supabase 的模型上下文协议 (MCP) 服务器,它允许您查询 feature_suggestions 表。
先决条件
Node.js(v16 或更高版本)
npm
具有凭证的 Supabase 项目
设置
确保您的
.env
文件包含以下 Supabase 凭据:SUPABASE_URL=your_supabase_url SUPABASE_ANON_KEY=your_supabase_anon_key安装所需的依赖项:
npm install
运行服务器
使用以下方式运行 MCP 服务器:
或者使用 npm 脚本:
连接到AI工具
光标
打开 Cursor 并导航至Cursor Settings 。
在**“功能”选项卡下,点击“MCP 服务器”**部分下的“ + 添加新的 MCP 服务器” 。
输入以下详细信息:
名称: Supabase
类型:命令
命令:
npx tsx /path/to/mcp-server.ts
服务器成功连接后,您应该会看到绿色的活动状态。
克劳德桌面
打开 Claude 桌面并导航到**“设置”** 。
在开发人员选项卡下,点击编辑配置以打开配置文件。
添加以下配置:
{ "mcpServers": { "supabase": { "command": "npx", "args": ["tsx", "/path/to/mcp-server.ts"] } } }保存配置文件并重新启动Claude桌面。
可用工具
查询功能建议
查询 Supabase 数据库中的 feature_suggestions 表。
参数:
limit
(数字,可选):返回的最大记录数(默认值:100)
AI工具中的使用示例:
或者设置一个限制:
故障排除
如果您遇到连接问题,请确保您的 Supabase 凭据正确。
检查控制台输出是否有任何错误消息。
确保您的 Supabase 数据库中存在 feature_suggestions 表。
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 数据库查询功能建议,从而允许 Cursor 和 Claude 等 AI 工具访问和显示功能请求数据。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables Claude and other LLMs to perform database operations and invoke Edge Functions within Supabase through natural language.Last updated -1,3473MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI tools to interact with Supabase databases, providing tools for reading, creating, updating, and deleting records in Supabase tables.Last updated -MIT License
- -securityFlicense-qualityA Model Context Protocol server that allows AI models to log and retrieve contact events with various authorities (police, fire, medical, etc.) with rate limiting and persistent storage via Supabase.Last updated -1
- -securityAlicense-qualityA Model Context Protocol server that provides AI assistants with comprehensive access to SQL databases, enabling schema inspection, query execution, and database operations with enterprise-grade security.Last updated -12MIT License