Skip to content
Zed

sqlike mcp for Zed

io.github.orifisher2/sqlike-mcp

SQL static analysis & query-equivalence for Postgres, MySQL, SQLite, and SQL Server

client:Zed transport:stdio runtime:npm

Install sqlike mcp in Zed

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

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

{
  "context_servers": {
    "sqlike-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sqlike/mcp"
      ],
      "env": {
        "SQLIKE_API_KEY": "<SQLIKE_API_KEY>"
      }
    }
  }
}

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

sqlike mcp in other clients