# supabase-mcp-server **Repository Path**: mirrors/supabase_mcp_server ## Basic Information - **Project Name**: supabase-mcp-server - **Description**: 无 - Supabase MCP 服务器用于管理和创建 Supabase 中的项目和组织 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-07-04 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Artificial-Intelligence, MCP **Tags**: None ## README # Supabase MCP Server A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface. ## Features ### Project Management - List all projects - Get project details - Create new projects - Delete projects - Retrieve project API keys ### Organization Management - List all organizations - Get organization details - Create new organizations ## Installation Add the following to your Claude Config JSON file ``` { "mcpServers": { "supabase": { "command": "npx", "args": [ "y", "@joshuarileydev/supabase-mcp-server" ], "env": { "SUPABASE_API_KEY": "API_KEY_HERE" } } } } ```