Postgres MCP Server
Rank #6,339io.github.neverinfamous/postgres-mcp-server
MCP server providing postgres-server capabilities
Postgres MCP Server is a Model Context Protocol (MCP) server published by neverinfamous. It ranks #6,339 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Postgres MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Dec 9, 2025 and most recently updated on Jan 25, 2026.
Ranks ahead of 109,121 of 115,460 servers on MCP Toplist.
Use Postgres MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add postgres-mcp-server -- docker run -i --rm docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0[mcp_servers.postgres-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"postgres-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"postgres-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"postgres-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"postgres-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"postgres-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
]
}
}
}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.neverinfamous%2Fpostgres-mcp-server)<a href="https://mcptoplist.com/server/io.github.neverinfamous%2Fpostgres-mcp-server"><img src="https://mcptoplist.com/badge/io.github.neverinfamous%2Fpostgres-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
neverinfamous
Other servers by neverinfamous
- Mysql MCP#1,164 · 2 vers
- Db MCP#6,531 · 2 vers
- Neverinfamous Memory Journal MCP#11,435 · 3 vers
- Sqlite MCP Server#12,800 · 3 vers
- postgres-mcp-legacy#14,835 · 4 vers
Available versions (4)
| Version | Published |
|---|---|
| 1.0.2 | Jan 25, 2026 |
| 1.2.0 | Dec 9, 2025 |
| 1.1.1 | Oct 13, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Postgres MCP Server?
- Postgres MCP Server is maintained by neverinfamous, which publishes 6 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Postgres MCP Server listed on the Official MCP Registry?
- Yes — Postgres MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Postgres MCP Server have?
- MCP Toplist tracks 4 versions of Postgres MCP Server, most recently published on Jan 25, 2026.
- Where can I find the source code for Postgres MCP Server?
- The source code for Postgres MCP Server is hosted at github.com/neverinfamous/postgresql-mcp.git.