Skip to main content
Glama

Supabase MCP Server

by adiletD

Supabase MCP 服务器

这是一个连接到 Supabase 的模型上下文协议 (MCP) 服务器,它允许您查询 feature_suggestions 表。

先决条件

  • Node.js(v16 或更高版本)

  • npm

  • 具有凭证的 Supabase 项目

Related MCP server: Supabase MCP Server

设置

  1. 确保您的.env文件包含以下 Supabase 凭据:

    SUPABASE_URL=your_supabase_url SUPABASE_ANON_KEY=your_supabase_anon_key
  2. 安装所需的依赖项:

    npm install

运行服务器

使用以下方式运行 MCP 服务器:

npx tsx mcp-server.ts

或者使用 npm 脚本:

npm run dev

连接到AI工具

光标

  1. 打开 Cursor 并导航至Cursor Settings

  2. 在**“功能”选项卡下,点击“MCP 服务器”**部分下的“ + 添加新的 MCP 服务器”

  3. 输入以下详细信息:

    • 名称: Supabase

    • 类型:命令

    • 命令npx tsx /path/to/mcp-server.ts

  4. 服务器成功连接后,您应该会看到绿色的活动状态。

克劳德桌面

  1. 打开 Claude 桌面并导航到**“设置”** 。

  2. 开发人员选项卡下,点击编辑配置以打开配置文件。

  3. 添加以下配置:

    { "mcpServers": { "supabase": { "command": "npx", "args": ["tsx", "/path/to/mcp-server.ts"] } } }
  4. 保存配置文件并重新启动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 表。

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

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