Skip to main content
Glama

Supabase MCP Server

Supabase MCP 服务器

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

模型上下文协议 (MCP) 服务器,提供对 Supabase 管理 API 的编程访问。该服务器允许 AI 模型和其他客户端通过标准化接口管理 Supabase 项目和组织。

  1. 特征
    1. 项目管理
    2. 组织管理
  2. 安装

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      Implements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.
      Last updated -
      90
      Python
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.
      Last updated -
      47
      1
      JavaScript
      MIT License
      • Linux
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
      Last updated -
      21
      76
      JavaScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server that provides access to Crunchbase data for AI assistants. This server allows AI assistants to search for companies, get company details, funding information, acquisitions, and people data from Crunchbase.
      Last updated -
      5
      3
      JavaScript
      MIT License

    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