Postgres Rw
Freeby MCP Community
MCP server for PostgreSQL with both read and write support (INSERT, UPDATE, DELETE, DDL). Unlike the official server-postgres, this one allows write operations.
v1.0.2Added Apr 12, 2026
mcpmodel-context-protocolpostgrespostgresqlclaude
Postgres Rw MCP Server
MCP server for PostgreSQL with both read and write support (INSERT, UPDATE, DELETE, DDL). Unlike the official server-postgres, this one allows write operations.
Installation
Reviews
Installation
Quick install
npx -y mcp-postgres-rw
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres-rw": {
"command": "npx",
"args": ["-y", "mcp-postgres-rw"]
}
}
}