Skip to content
Grok

DB2TOON MCP for Grok

io.github.kamil5b/db2toon-mcp

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

client:Grok transport:stdio runtime:oci

Install DB2TOON MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

DB2TOON MCP in other clients