supabase-mcp-server

Supabase MCP Serverは、Supabase Management APIへのプログラム的なアクセスを提供するModel Context Protocol(MCP)サーバーです。このサーバーを使用することで、AIモデルや他のクライアントが標準化されたインターフェースを通じてSupabaseプロジェクトや組織を管理できます。プロジェクトの作成、削除、詳細の取得、APIキーの取得など、さまざまな機能を提供します。

GitHubスター

42

ユーザー評価

未評価

フォーク

11

イシュー

4

閲覧数

0

お気に入り

0

README
Supabase MCP Server

A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.

Features
Project Management
  • List all projects
  • Get project details
  • Create new projects
  • Delete projects
  • Retrieve project API keys
Organization Management
  • List all organizations
  • Get organization details
  • Create new organizations
Installation

Add the following to your Claude Config JSON file

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/supabase-mcp-server"
      ],
      "env": {
        "SUPABASE_API_KEY": "API_KEY_HERE"
      }
    }
  }
}
作者情報

23

フォロワー

40

リポジトリ

0

Gist

2

貢献数

トップ貢献者

スレッド