Skip to main content
Glama

Supabase MCP Server

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" } } } }
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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のプロジェクトや組織を管理できます。

  1. 特徴
    1. プロジェクト管理
    2. 組織管理
  2. インストール

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      MCP 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 -
      2
      4
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      MCP 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 -
      2
      3
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      A 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 -
      Python
      MIT License
    • A
      security
      F
      license
      A
      quality
      An 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 -
      2
      Python
      • Apple
      • Linux

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

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