/ Annuaire / Playground / Self-Hosted Supabase MCP
● Communauté HenkDz ⚡ Instantané

Self-Hosted Supabase MCP

par HenkDz · HenkDz/selfhosted-supabase-mcp

MCP server for your self-hosted Supabase — query DB, manage auth, run edge functions.

MCP server for your self-hosted Supabase — query DB, manage auth, run edge functions.

Démo en direct

Aperçu en pratique

selfhosted-supabase-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "selfhosted-supabase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "selfhosted-supabase-mcp"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "selfhosted-supabase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "selfhosted-supabase-mcp"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "selfhosted-supabase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "selfhosted-supabase-mcp"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "selfhosted-supabase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "selfhosted-supabase-mcp"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "selfhosted-supabase-mcp",
      "command": "npx",
      "args": [
        "-y",
        "selfhosted-supabase-mcp"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "selfhosted-supabase-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "selfhosted-supabase-mcp"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add selfhosted-supabase-mcp -- npx -y selfhosted-supabase-mcp

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Self-Hosted Supabase MCP

Get started with Self-Hosted Supabase MCP

Quand l'utiliser : When you want to bring Self-Hosted Supabase MCP into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Self-Hosted Supabase MCP to help me with a task.✓ Copié

Résultat : Claude can interact with Self-Hosted Supabase MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills