Skip to content
VS Code

postgres scout mcp for VS Code

io.github.bluwork/postgres-scout-mcp

Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality

client:VS Code transport:stdio runtime:npm

Install postgres scout mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "postgres-scout-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "postgres-scout-mcp"
      ]
    }
  }
}

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

postgres scout mcp in other clients