Skip to main content
Glama
JoshuaRileyDev

Supabase MCP Server

Supabase MCP サーバー

Supabase管理APIへのプログラムによるアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIモデルやその他のクライアントは、標準化されたインターフェースを通じてSupabaseのプロジェクトや組織を管理できます。

特徴

プロジェクト管理

  • すべてのプロジェクトを一覧表示する

  • プロジェクトの詳細を取得する

  • 新しいプロジェクトを作成する

  • プロジェクトを削除する

  • プロジェクトAPIキーを取得する

組織管理

  • すべての組織を一覧表示する

  • 組織の詳細を取得する

  • 新しい組織を作成する

Related MCP server: Supabase MCP Server

インストール

Claude Config JSONファイルに以下を追加します

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/supabase-mcp-server"
      ],
      "env": {
        "SUPABASE_API_KEY": "API_KEY_HERE"
      }
    }
  }
}
Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    A protocol server that enables interaction with self-hosted Supabase instances directly from development environments, allowing database introspection, management of migrations, auth users, and storage through MCP clients like IDE extensions.
    21
    140
  • F
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that enables interaction with self-hosted Supabase instances, allowing developers to query database schemas, manage migrations, inspect statistics, and interact with Supabase features directly from MCP-compatible development environments.
    21
    1

View all related MCP servers

Related MCP Connectors

  • MCP server for interacting with the Supabase platform

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.

View all MCP Connectors

Latest Blog Posts

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