About
Overview
The Supabase Edge Functions MCP Server enables AI agents to manage Edge Functions on Supabase. It provides tools for deploying Deno-based edge functions, viewing logs, managing secrets, and testing function endpoints.
Capabilities
Tools & Capabilities
⚡deploy_function
Deploy an edge function
⚡list_functions
List deployed edge functions
⚡get_logs
Get function execution logs
⚡invoke_function
Invoke an edge function
Setup
Installation
bash
Install
npx -y mcp-server-supabase-edgeExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"supabase-edge": {
"command": "npx",
"args": ["-y", "mcp-server-supabase-edge"],
"env": {
"SUPABASE_ACCESS_TOKEN": "your-token",
"SUPABASE_PROJECT_REF": "your-project-ref"
}
}
}
}Quick Info
Authorsupabase
LanguageTypeScript
StatusBeta
Stars★ 40
Last UpdatedFeb 12, 2026