Skip to content
Windsurf

DB2TOON MCP for Windsurf

io.github.kamil5b/db2toon-mcp

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

client:Windsurf transport:stdio runtime:oci

Install DB2TOON MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

DB2TOON MCP in other clients