Supabase MCP サーバー
Supabase PostgreSQL データベースに接続し、テーブル スキーマをリソースとして公開し、データ分析用のツールを提供する MCP サーバー。
特徴
Supabase PostgreSQLデータベースへの接続
リソースとして公開されるテーブルスキーマ
読み取り専用SQLクエリツール
一般的なデータ分析タスクのプロンプト
設定
このリポジトリをクローンする
依存関係をインストールします:
npm install.env.example
を.env
にコピーし、Supabase の資格情報で更新します。cp .env.example .env実際のSupabase接続の詳細で
.env
ファイルを編集します。
サーバーの実行
stdio(コマンドライン統合)の使用
SSE で HTTP を使用する (Web 統合用)
MCPクライアントでの使用
このサーバーは、Claude.app やテスト用の MCP Inspector など、MCP 対応のあらゆるクライアントで使用できます。
利用可能なリソース
schema://tables
- データベース内のすべてのテーブルを一覧表示しますschema://table/{tableName}
- 特定のテーブルのスキーマを表示します
利用可能なツール
query
- データベースに対して読み取り専用のSQLクエリを実行しますanalyze-table
- テーブルに関する基本的な統計情報を取得しますfind-related-tables
- 指定されたテーブルに関連するテーブルを検出します
利用可能なプロンプト
table-exploration
- 特定のテーブルの探索をガイドしますdata-summary
- テーブル内のデータの要約を作成しますrelationship-analysis
- テーブル間の関係を分析する
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 PostgreSQL データベースに接続し、テーブル スキーマをリソースとして公開し、SQL クエリを通じてデータ分析用のツールを提供する MCP サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.Last updated -44MIT License
- AsecurityAlicenseAqualityThis server enables interaction with Supabase PostgreSQL databases through the MCP protocol, allowing seamless integration with Cursor and Windsurf IDEs for secure and validated database management.Last updated -12802Apache 2.0
- -securityAlicense-qualityUniversal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.Last updated -31,322MIT License
- -securityAlicense-qualityAn MCP server that enables natural language querying of Supabase PostgreSQL databases using Claude 3.7, allowing users to inspect schemas, execute SQL, manage migrations, and convert natural language to SQL queries.