Postgres
Freeby MCP Community
A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants
v1.0.5Added Apr 12, 2026
postgresqlpostgresmcpdatabasemodel-context-protocol
Postgres MCP Server
A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants
Installation
npx -y @henkey/postgres-mcp-server
Reviews
Installation
Quick install
npx -y @henkey/postgres-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@henkey/postgres-mcp-server"]
}
}
}