Skip to main content
Glama

Supabase MCP Server

Supabase MCP サーバー

Supabase PostgreSQL データベースに接続し、テーブル スキーマをリソースとして公開し、データ分析用のツールを提供する MCP サーバー。

特徴

  • Supabase PostgreSQLデータベースへの接続
  • リソースとして公開されるテーブルスキーマ
  • 読み取り専用SQLクエリツール
  • 一般的なデータ分析タスクのプロンプト

設定

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. .env.example.envにコピーし、Supabase の資格情報で更新します。
    cp .env.example .env
  4. 実際のSupabase接続の詳細で.envファイルを編集します。

サーバーの実行

stdio(コマンドライン統合)の使用

npm start

SSE で HTTP を使用する (Web 統合用)

npm run start:http

MCPクライアントでの使用

このサーバーは、Claude.app やテスト用の MCP Inspector など、MCP 対応のあらゆるクライアントで使用できます。

利用可能なリソース

  • schema://tables - データベース内のすべてのテーブルを一覧表示します
  • schema://table/{tableName} - 特定のテーブルのスキーマを表示します

利用可能なツール

  • query - データベースに対して読み取り専用のSQLクエリを実行します
  • analyze-table - テーブルに関する基本的な統計情報を取得します
  • find-related-tables - 指定されたテーブルに関連するテーブルを検出します

利用可能なプロンプト

  • table-exploration - 特定のテーブルの探索をガイドします
  • data-summary - テーブル内のデータの要約を作成します
  • relationship-analysis - テーブル間の関係を分析する
-
security - not tested
A
license - permissive license
-
quality - not tested

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 サーバー。

  1. 特徴
    1. 設定
      1. サーバーの実行
        1. stdio(コマンドライン統合)の使用
        2. SSE で HTTP を使用する (Web 統合用)
      2. MCPクライアントでの使用
        1. 利用可能なリソース
        2. 利用可能なツール
        3. 利用可能なプロンプト

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.
        Last updated -
        14
        41
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST. This server works with both Supabase projects (which use PostgREST) and standalone PostgREST servers.
        Last updated -
        467
        1,563
        TypeScript
        Apache 2.0
        • Apple
      • A
        security
        A
        license
        A
        quality
        This 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 -
        11
        699
        Python
        Apache 2.0
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        An 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.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      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/stefanraath3/mcp-supabase'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server