MCP Server
MCP
sw-postgres-mcp
Safe-write Postgres MCP server with preview-before-execute writes and rollback safety.
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
By
Comments
Sign in to leave a comment