PostgreSQL MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm.
PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add postgres -- npx -y @itunified.io/mcp-postgres
{
"mcpServers": {
"postgres": {
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"command": "npx"
}
}
}
[mcp_servers.postgres]
command = "npx"
args = ["-y", "@itunified.io/mcp-postgres"]
{
"mcpServers": {
"postgres": {
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"postgres": {
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
POSTGRES_CONNECTION_STRING (PostgreSQL connection string (e.g. postgresql://user:pass@host:5432/db)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for dbatools — exposes SQL Server management commands as MCP tools
MCP server for querying PostgreSQL databases
PostgreSQL MCP server for schema, query, health, security, and performance analysis.
MCP server for managing Prisma Postgres.
Database MCP server for schema discovery, comments, and SQL queries.
MCP server for read-only PostgreSQL database queries in Claude Desktop
Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.
MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
Answers built from our own checks of this server.