Skip to content
Zed

DB2TOON MCP for Zed

io.github.kamil5b/db2toon-mcp

Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.

client:Zed transport:stdio runtime:oci

Install DB2TOON MCP in Zed

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

{
  "context_servers": {
    "db2toon-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kamil5b/db2toon:v1.4.4"
      ]
    }
  }
}

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

DB2TOON MCP in other clients