Skip to content
VS Code

database for VS Code

io.github.rog0x/database

SQL formatting, schema visualization, migration generation

client:VS Code transport:stdio runtime:npm

Install database in VS Code

.vscode/mcp.json

{
  "servers": {
    "database": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-database-tools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

database in other clients