PostgreSQL MCP Server
Rank #52,278io.github.itunified-io/postgres
PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management
PostgreSQL MCP Server is a Model Context Protocol (MCP) server published by itunified-io. It ranks #52,278 of 115,460 servers tracked on MCP Toplist. PostgreSQL MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 23, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 63,182 of 115,460 servers on MCP Toplist.
Use PostgreSQL MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add postgres -e "POSTGRES_CONNECTION_STRING=<your POSTGRES_CONNECTION_STRING>" -- npx -y @itunified.io/mcp-postgresReplace each placeholder with your own value before saving.
[mcp_servers.postgres]
command = "npx"
args = ["-y", "@itunified.io/mcp-postgres"]
[mcp_servers.postgres.env]
POSTGRES_CONNECTION_STRING = "<your POSTGRES_CONNECTION_STRING>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"env": {
"POSTGRES_CONNECTION_STRING": "<your POSTGRES_CONNECTION_STRING>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"env": {
"POSTGRES_CONNECTION_STRING": "<your POSTGRES_CONNECTION_STRING>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"postgres": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"env": {
"POSTGRES_CONNECTION_STRING": "<your POSTGRES_CONNECTION_STRING>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"env": {
"POSTGRES_CONNECTION_STRING": "<your POSTGRES_CONNECTION_STRING>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
],
"env": {
"POSTGRES_CONNECTION_STRING": "<your POSTGRES_CONNECTION_STRING>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.itunified-io%2Fpostgres)<a href="https://mcptoplist.com/server/io.github.itunified-io%2Fpostgres"><img src="https://mcptoplist.com/badge/io.github.itunified-io%2Fpostgres.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
itunified-io
Other servers by itunified-io
- OPNsense MCP Server#39,941 · 1 ver
- Tailscale#43,556 · 2 vers
- Cloudflare MCP Server#52,277 · 1 ver
- @itunified.io/mcp-oracle-ol#52,843 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 2026.4.10 | Apr 10, 2026 |
Frequently asked questions
- Who maintains PostgreSQL MCP Server?
- PostgreSQL MCP Server is maintained by itunified-io, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is PostgreSQL MCP Server listed on the Official MCP Registry?
- Yes — PostgreSQL MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does PostgreSQL MCP Server have?
- MCP Toplist tracks 1 version of PostgreSQL MCP Server, most recently published on Apr 10, 2026.
- Where can I find the source code for PostgreSQL MCP Server?
- The source code for PostgreSQL MCP Server is hosted at github.com/itunified-io/mcp-postgres.