supabase-mcp-server

supabase-mcp-server

708

Query MCP is an open-source Model Context Protocol (MCP) server for managing Supabase projects. It offers robust SQL safety features and integration with the Supabase Management API and Auth Admin SDK. Although it is no longer actively maintained due to the release of an official server, it remains a feature-rich tool for integrating with multiple IDEs.

/Users/username/.local/bin/supabase-mcp-server
{
  "mcpServers": {
    "supabase": {
      "command": "/Users/username/.local/bin/supabase-mcp-server",
      "env": {
        "QUERY_API_KEY": "your-api-key",
        "SUPABASE_PROJECT_REF": "your-project-ref",
        "SUPABASE_DB_PASSWORD": "your-db-password",
        "SUPABASE_REGION": "us-east-1",
        "SUPABASE_ACCESS_TOKEN": "your-access-token",
        "SUPABASE_SERVICE_ROLE_KEY": "your-service-role-key"
      }
    }
  }
}
/full/path/to/supabase-mcp-server
{
  "mcpServers": {
    "supabase": {
      "command": "/full/path/to/supabase-mcp-server",
      "env": {
        "QUERY_API_KEY": "your-api-key",
        "SUPABASE_PROJECT_REF": "your-project-ref",
        "SUPABASE_DB_PASSWORD": "your-db-password",
        "SUPABASE_REGION": "us-east-1",
        "SUPABASE_ACCESS_TOKEN": "your-access-token",
        "SUPABASE_SERVICE_ROLE_KEY": "your-service-role-key"
      }
    }
  }
}