PostgreSQL MCP Server Config
MCP ServersMCP server configuration for read-only PostgreSQL database access.
1803/26/2026
Version 1
PublishedInitial version
Created 3/26/2026
Initial version — no previous version to compare
MCP Server Config
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/mydb"],
"env": {}
}
}
}