mcp-supabase-latam

sarteta/mcp-supabase-latam
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated today
MCP server for Supabase + pgvector KB — multi-tenant (RLS), Spanish-first, LATAM SMB focus.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-supabase-latam": {
      "command": "npx",
      "args": [
        "-y",
        "sarteta/mcp-supabase-latam"
      ]
    }
  }
}

README Excerpt

Model Context Protocol server that gives Claude (Desktop, Cursor, Claude Code) a knowledge base with **multi-tenant isolation**: tenant id is required on every search, no cross-tenant mode exists. Ships with an in-memory seeded KB in Spanish so the server runs with zero external setup. The `KnowledgeBase` interface is around 30 lines, so swapping the implementation for Supabase pgvector (or anything else) is a contained change.

Tools (3)

kb_get_documentkb_list_tenantskb_search