Skip to content
VS Code

postgres connector for VS Code

io.github.martymarkenson/postgres-connector

MCP server for querying PostgreSQL databases

client:VS Code transport:stdio runtime:npm

Install postgres connector in VS Code

.vscode/mcp.json

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

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

postgres connector in other clients