Token导航 LogoToken导航TokenDH.com
SU
数据服务HTTP官方级别未说明来源级核验

Supabase Godmode

MCP Server

Manage projects, databases, and Edge Functions across your Supabase organizations. Create environments and branches with cost-aware confirmation, run migrations safely, and deploy updates with confid…

工具数

公开资料未说明
JavaScriptHTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:06

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add ubiq/supabase-godmode

详细介绍

supabase-godmode

Manage projects, databases, and Edge Functions across your Supabase organizations. Create environments and branches with cost-aware confirmation, run migrations safely, and deploy updates with confid…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add ubiq/supabase-godmode

# Browse available tools
npx -y smithery tool list ubiq/supabase-godmode

# Get full schema for a tool
npx -y smithery tool get ubiq/supabase-godmode search_docs

# Call a tool
npx -y smithery tool call ubiq/supabase-godmode search_docs '{}'

Direct MCP Connection

Endpoint: https://supabase-godmode--ubiq.run.tools

Tools (29)

  • search_docs — Search the Supabase documentation using GraphQL. Must be a valid GraphQL query.
  • list_organizations — Lists all organizations that the user is a member of.
  • get_organization — Gets details for an organization. Includes subscription plan.
  • list_projects — Lists all Supabase projects for the user. Use this to help discover the project ID of the project that the user is work…
  • get_project — Gets details for a Supabase project.
  • get_cost — Gets the cost of creating a new project or branch. Never assume organization as costs can be different for each.
  • confirm_cost — Ask the user to confirm their understanding of the cost of creating a new project or branch. Call get_cost first. Ret…
  • create_project — Creates a new Supabase project. Always ask the user which organization to create the project in. The project can take a…
  • pause_project — Pauses a Supabase project.
  • restore_project — Restores a Supabase project.
  • list_tables — Lists all tables in one or more schemas.
  • list_extensions — Lists all extensions in the database.
  • list_migrations — Lists all migrations in the database.
  • apply_migration — Applies a migration to the database. Use this when executing DDL operations. Do not hardcode references to generated ID…
  • execute_sql — Executes raw SQL in the Postgres database. Use apply_migration instead for DDL operations. This may return untrusted …
  • get_logs — Gets logs for a Supabase project by service type. Use this to help debug problems with your app. This will return logs …
  • get_advisors — Gets a list of advisory notices for the Supabase project. Use this to check for security vulnerabilities or performance…
  • get_project_url — Gets the API URL for a project.
  • get_publishable_keys — Gets all publishable API keys for a project, including legacy anon keys (JWT-based) and modern publishable keys (format…
  • generate_typescript_types — Generates TypeScript types for a project.
  • list_edge_functions — Lists all Edge Functions in a Supabase project.
  • get_edge_function — Retrieves file contents for an Edge Function in a Supabase project.
  • deploy_edge_function — Deploys an Edge Function to a Supabase project. If the function already exists, this will create a new version. Example:
  • create_branch — Creates a development branch on a Supabase project. This will apply all migrations from the main project to a fresh bra…
  • list_branches — Lists all development branches of a Supabase project. This will return branch details including status which you can us…
  • delete_branch — Deletes a development branch.
  • merge_branch — Merges migrations and edge functions from a development branch to production.
  • reset_branch — Resets migrations of a development branch. Any untracked data or schema changes will be lost.
  • rebase_branch — Rebases a development branch on production. This will effectively run any newer migrations from production onto this br…
# Get full input/output schema for a tool
npx -y smithery tool get ubiq/supabase-godmode 

目录标签

目录标签

JavaScriptHTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP