Skip to content
Cline

DB2TOON MCP for Cline

io.github.kamil5b/db2toon-mcp

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

client:Cline transport:stdio runtime:oci

Install DB2TOON MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

DB2TOON MCP in other clients