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
      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 6 months ago
      0
      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 6 months ago
      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 3 months ago
      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 a month ago
      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