From etewiah-property-web-builder
Provides direct PostgreSQL database access for queries, schema inspection, and data manipulation via connection string.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin etewiah-property-web-builderAdd to your .mcp.json:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres"
]
}
}
}npx