Skip to content
VS Code

PostgreSQL MCP Server for VS Code

io.github.neverinfamous/postgres-mcp

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

client:VS Code transport:stdio runtime:npm

Install PostgreSQL MCP Server in VS Code

.vscode/mcp.json

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

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

PostgreSQL MCP Server in other clients