Supabase MCP サーバー
Supabase管理APIへのプログラムによるアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIモデルやその他のクライアントは、標準化されたインターフェースを通じてSupabaseのプロジェクトや組織を管理できます。
特徴
プロジェクト管理
- すべてのプロジェクトを一覧表示する 
- プロジェクトの詳細を取得する 
- 新しいプロジェクトを作成する 
- プロジェクトを削除する 
- プロジェクトAPIキーを取得する 
組織管理
- すべての組織を一覧表示する 
- 組織の詳細を取得する 
- 新しい組織を作成する 
インストール
Claude Config JSONファイルに以下を追加します
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/supabase-mcp-server"
      ],
      "env": {
        "SUPABASE_API_KEY": "API_KEY_HERE"
      }
    }
  }
}
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管理APIへのプログラムによるアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIモデルやその他のクライアントは、標準化されたインターフェースを通じてSupabaseのプロジェクトや組織を管理できます。
Related MCP Servers
- -security-license-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -34MIT License
- -security-license-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -63MIT License
- -security-license-qualityA 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.Last updated -MIT License
- Asecurity-licenseAqualityAn all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.Last updated -3