-
securityF
license-
qualityA 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.
Last updated -
10
Python
Allows querying of the feature_suggestions table in a Supabase database, with optional limits on the number of records returned.
这是一个连接到 Supabase 的模型上下文协议 (MCP) 服务器,它允许您查询 feature_suggestions 表。
.env
文件包含以下 Supabase 凭据:使用以下方式运行 MCP 服务器:
或者使用 npm 脚本:
npx tsx /path/to/mcp-server.ts
查询 Supabase 数据库中的 feature_suggestions 表。
参数:
limit
(数字,可选):返回的最大记录数(默认值:100)AI工具中的使用示例:
或者设置一个限制:
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 工具访问和显示功能请求数据。