
zed mcp server supabase
A Supabase MCP server extension for Zed editor
Repository Info
About This Server
A Supabase MCP server extension for Zed editor
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
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.
Quick Start
Clone the repository
git clone https://github.com/maximoffua/zed-mcp-server-supabaseInstall dependencies
cd zed-mcp-server-supabase
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.