Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Zed Mcp Server Supabase

FreeNot checked

A Supabase MCP server extension for Zed editor

GitHubEmbed

About

A Supabase MCP server extension for Zed editor

README

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.

from github.com/maximoffua/zed-mcp-server-supabase

Installing Zed Mcp Server Supabase

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/maximoffua/zed-mcp-server-supabase

FAQ

Is Zed Mcp Server Supabase MCP free?

Yes, Zed Mcp Server Supabase MCP is free — one-click install via Unyly at no cost.

Does Zed Mcp Server Supabase need an API key?

No, Zed Mcp Server Supabase runs without API keys or environment variables.

Is Zed Mcp Server Supabase hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Zed Mcp Server Supabase in Claude Desktop, Claude Code or Cursor?

Open Zed Mcp Server Supabase on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Zed Mcp Server Supabase with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs