-
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 に接続し、feature_suggestions テーブルをクエリできる Model Context Protocol (MCP) サーバーです。
.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 ツールが機能要求データにアクセスして表示できるようになります。