Skip to content
Zed

sqlfmt mcp for Zed

io.github.mukundakatta/sqlfmt-mcp

Deterministic SQL formatting across 19 dialects (postgres, mysql, snowflake, bigquery, etc.).

client:Zed transport:stdio runtime:npm

Install sqlfmt mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sqlfmt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/sqlfmt-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sqlfmt mcp in other clients