Supabase MCP Server
Supabase MCP 服务器
这是一个连接到 Supabase 的模型上下文协议 (MCP) 服务器,它允许您查询 feature_suggestions 表。
先决条件
Node.js(v16 或更高版本)
npm
具有凭证的 Supabase 项目
Related MCP server: Supabase MCP Server
设置
确保您的
.env文件包含以下 Supabase 凭据:SUPABASE_URL=your_supabase_url SUPABASE_ANON_KEY=your_supabase_anon_key安装所需的依赖项:
npm install
运行服务器
使用以下方式运行 MCP 服务器:
npx tsx mcp-server.ts或者使用 npm 脚本:
npm run dev连接到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工具中的使用示例:
Can you show me feature suggestions from the database?或者设置一个限制:
Can you show me the top 10 feature suggestions?故障排除
如果您遇到连接问题,请确保您的 Supabase 凭据正确。
检查控制台输出是否有任何错误消息。
确保您的 Supabase 数据库中存在 feature_suggestions 表。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables AI assistants to explore and interact with Cursor IDE's SQLite databases, providing access to project data, chat history, and composer information.25
- Alicense-qualityFmaintenanceA Model Context Protocol server that enables Claude and other LLMs to perform database operations and invoke Edge Functions within Supabase through natural language.2,3824MIT
- Alicense-qualityDmaintenanceA 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.MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables interaction with self-hosted Supabase instances, allowing developers to query database schemas, manage migrations, inspect statistics, and interact with Supabase features directly from MCP-compatible development environments.211
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adiletD/feature-request-collection-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server