Skip to main content
Glama
JoshuaRileyDev

Supabase MCP Server

Supabase MCP 服务器

模型上下文协议 (MCP) 服务器,提供对 Supabase 管理 API 的编程访问。该服务器允许 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