{
  "entry": {
    "kind": "mcp",
    "slug": "supabase-mcp-server",
    "name": "Supabase MCP Server",
    "vendor": "Supabase",
    "description": "Supabase's official server, giving an agent access to a project's Postgres database, auth configuration, storage, edge functions, and documentation. It is commonly used to let an assistant write and run queries against a real schema rather than guessing at table names.\n\nDatabase read and write, credential access, and outbound network access is a combination that includes Anomity's database-exfiltration pattern: an agent that can query your tables and also reach the network can move data out in one step, whether deliberately or because a prompt injection told it to. Point it at a development branch by default. If it must touch production, use a role restricted to the tables the assistant genuinely needs and treat every query it writes as code to be reviewed.",
    "website": "https://supabase.com/docs/guides/getting-started/mcp",
    "repository": null,
    "documentationUrl": "https://supabase.com/docs/guides/getting-started/mcp",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "database:read",
      "database:write",
      "network:outbound",
      "credentials:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 45,
      "band": "medium",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "2 high-risk capabilities: database:write, credentials:access",
          "contribution": 20
        },
        {
          "id": "database-exfiltration-risk",
          "kind": "combination",
          "label": "Database exfiltration risk (high)",
          "description": "Database read combined with outbound network can exfiltrate production data.",
          "contribution": 15
        }
      ],
      "dangerousCombos": [
        {
          "id": "database-exfiltration-risk",
          "name": "Database exfiltration risk",
          "description": "Database read combined with outbound network can exfiltrate production data.",
          "capabilities": [
            "database:read",
            "network:outbound"
          ],
          "severity": "high"
        }
      ]
    },
    "dangerousCombos": [
      {
        "id": "database-exfiltration-risk",
        "name": "Database exfiltration risk",
        "description": "Database read combined with outbound network can exfiltrate production data.",
        "capabilities": [
          "database:read",
          "network:outbound"
        ],
        "severity": "high"
      }
    ]
  }
}