📊
Zed MCP Server Supabase
A Supabase MCP server extension for Zed editor
0 installs
Trust: 39 — Low
Data
Ask AI about Zed MCP Server Supabase
Powered by Claude · Grounded in docs
I know everything about Zed MCP Server Supabase. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Supabase MCP server extension for Zed
This extension enables Supabase MCP as a context server for Zed's Agent Panel.
To install navigate to: Zed > Extensions. Or use the command palette
(macOS,
Linux)
to search extensions.
You'll need to grab a Supabase access token for your account.
"context_servers": {
"mcp-server-supabase": {
"settings": {
"supabase_access_token": "<SUPABASE_ACCESS_TOKEN>",
"read_only": false
}
}
}
This extension also supports other options provided by Supabase MCP:
"context_servers": {
"mcp-server-supabase": {
"settings": {
"supabase_access_token": "<SUPABASE_ACCESS_TOKEN>",
"supabase_project_ref": "<PROJECT_REF>",
"read_only": true
}
}
}
supabase_project_ref option limits MCP server access only to a specific project,
read_only flag prohibits write operations.
