Skip to content
Zed

a2db for Zed

io.github.agentic-eng/a2db

Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot.

client:Zed transport:stdio runtime:pypi

Install a2db in Zed

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

{
  "context_servers": {
    "a2db": {
      "command": "uvx",
      "args": [
        "a2db"
      ]
    }
  }
}

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

a2db in other clients