Skip to content
Zed

AI2SQL for Zed

io.ai2sql/ai2sql

Generate, fix, explain and run read-only SQL on PostgreSQL, MySQL and SQL Server

client:Zed transport:streamable-http

Install AI2SQL in Zed

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

{
  "context_servers": {
    "ai2sql": {
      "url": "https://builder.ai2sql.io/api/chatgpt-mcp"
    }
  }
}

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

AI2SQL in other clients