Postgres
Freeby MCP Community
PostgreSQL MCP Server — 27 tools for schema introspection, queries, CRUD, and server management via Model Context Protocol
v2026.4.10-2Added Apr 12, 2026
mcppostgrespostgresqldatabasedba
Postgres MCP Server
PostgreSQL MCP Server — 27 tools for schema introspection, queries, CRUD, and server management via Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y @itunified.io/mcp-postgres
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@itunified.io/mcp-postgres"]
}
}
}