Odel
sw-postgres-mcp

sw-postgres-mcp

Local
@jpkaTypeScriptMITUpdated 2 days ago

Safe-write Postgres MCP server with preview-before-execute writes and rollback safety.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsw-postgres-mcpv0.3.1

Run

npx -y sw-postgres-mcp

MCP client config

{
  "mcpServers": {
    "sw-postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sw-postgres-mcp"
      ]
    }
  }
}