PostgreSQL MCP Server for VS Code
io.github.neverinfamous/postgres-mcp-server
Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations
client:VS Code
transport:stdio
runtime:oci
Install PostgreSQL MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"postgres-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs