← Back to Plugins
MCP Server MCP

sw-postgres-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "sw-postgres-mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Postgres connection string for the read-only role.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL_READONLY"
        },
        {
          "description": "Postgres connection string for the writer role.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL_WRITER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...