Skip to content

sql formatter mcp for Zed

io.github.mrfentmen/sql-formatter-mcp

Format SQL queries into readable layouts locally. No network and no key.

client:Zed transport:stdio runtime:npm

Install sql formatter mcp in Zed

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

{
  "context_servers": {
    "sql-formatter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sql-formatter-mcp"
      ]
    }
  }
}

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

sql formatter mcp in other clients