Skip to content
Windsurf

schemagate for Windsurf

io.github.ashishsinha1602/schemagate

Identity-scoped schema selection for text-to-SQL. Returns only the tables the caller may read.

client:Windsurf transport:stdio runtime:pypi

Install schemagate in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "schemagate": {
      "command": "uvx",
      "args": [
        "schemagate"
      ],
      "env": {
        "SCHEMAGATE_DATABASE_URL": "<SCHEMAGATE_DATABASE_URL>",
        "SCHEMAGATE_CATALOG_CONFIG": "<SCHEMAGATE_CATALOG_CONFIG>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

schemagate in other clients