/
by ai.smithery
Same functionality, consuming only 1/20 of the context window tokens.
Server configuration and capabilities from the MCP manifest
Size: 2,830 bytes (708 tokens)
Tools Found: 4
Analysis ID: w5abopor
This MCP server provides tools for managing data, files, and users in a Supabase project.
Stars
Registry ID: d2df22c5-6e10-4670-9847-4dc7ac600520
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "supabase-lite",
"tags": [
"supabase",
"mcp",
"lite"
],
"tools": [
{
"name": "select",
"description": "Select data from a table",
"input_schema": {
"type": "object",
"required": [
"projectUrl",
"table"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum rows to return"
},
"table": {
"type": "string",
"description": "Table name"
},
"where": {
"type": "object",
"description": "Filter conditions",
"additionalProperties": true
},
"projectUrl": {
"type": "string",
"description": "Supabase project URL"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "mutate",
"description": "Insert, update or delete data",
"input_schema": {
"type": "object",
"required": [
"projectUrl",
"action",
"table"
],
"properties": {
"data": {
"type": "object",
"description": "Data for insert/update",
"additionalProperties": true
},
"table": {
"type": "string",
"description": "Table name"
},
"where": {
"type": "object",
"description": "Filter for update/delete",
"additionalProperties": true
},
"action": {
"enum": [
"insert",
"update",
"delete"
],
"type": "string",
"description": "Operation type"
},
"projectUrl": {
"type": "string",
"description": "Supabase project URL"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "storage",
"description": "Manage storage files",
"input_schema": {
"type": "object",
"required": [
"projectUrl",
"action",
"bucket"
],
"properties": {
"data": {
"type": "string",
"description": "File data (base64)"
},
"path": {
"type": "string",
"description": "File path"
},
"action": {
"enum": [
"upload",
"download",
"delete",
"list"
],
"type": "string",
"description": "Operation"
},
"bucket": {
"type": "string",
"description": "Storage bucket"
},
"projectUrl": {
"type": "string",
"description": "Supabase project URL"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "auth",
"description": "Manage users",
"input_schema": {
"type": "object",
"required": [
"projectUrl",
"action"
],
"properties": {
"id": {
"type": "string",
"description": "User ID"
},
"email": {
"type": "string",
"description": "User email"
},
"action": {
"enum": [
"list",
"create",
"delete"
],
"type": "string",
"description": "Operation"
},
"password": {
"type": "string",
"description": "User password"
},
"projectUrl": {
"type": "string",
"description": "Supabase project URL"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
}
],
"version": "1.0.0",
"categories": [],
"description": "Minimal Supabase MCP - 70% less context"
}Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0