Garethcott Enhanced Postgres
Freeby MCP Community
Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolclaudeanthropicpostgres
Garethcott Enhanced Postgres MCP Server
Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.
Installation
Reviews
Installation
Quick install
npx -y @iflow-mcp/garethcott_enhanced-postgres-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"garethcott-enhanced-postgres": {
"command": "npx",
"args": ["-y", "@iflow-mcp/garethcott_enhanced-postgres-mcp-server"]
}
}
}