Enhanced Postgres
Freeby MCP Community
Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.
v1.0.1Added Apr 12, 2026
mcpmodel-context-protocolclaudeanthropicpostgres
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 enhanced-postgres-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"enhanced-postgres": {
"command": "npx",
"args": ["-y", "enhanced-postgres-mcp-server"]
}
}
}