Supabase MCP Server
Supabase MCP サーバー
これは、Supabase に接続し、feature_suggestions テーブルをクエリできる Model Context Protocol (MCP) サーバーです。
前提条件
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 devAIツールへの接続
カーソル
カーソルを開き、カーソル設定に移動します。
**[機能]タブの[MCP サーバー]**セクションで、 **[+ 新しい MCP サーバーを追加]**をタップします。
次の詳細を入力してください。
名前:スーパーベース
タイプ: コマンド
コマンド:
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