Used by 2 plugins
PostgreSQL database server for executing queries and managing database operations
Add to your .mcp.json:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres"
],
"env": {
"POSTGRES_CONNECTION_STRING": "${DATABASE_URL}"
}
}
}
}npxPOSTGRES_CONNECTION_STRING=${DATABASE_URL}