Postgres MCP
Rank #1,576io.github.pgEdge/postgres-mcp
MCP server providing postgres-mcp capabilities
Postgres MCP is a Model Context Protocol (MCP) server published by pgedge. It ranks #1,576 of 132,046 servers tracked on MCP Toplist, and its repository has 228 GitHub stars. Postgres MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Oct 29, 2025 and most recently updated on Jan 16, 2026.
Ranks ahead of 130,470 of 132,046 servers on MCP Toplist.
Use Postgres MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add postgres-mcp -- docker run -i --rm ghcr.io/pgedge/postgres-mcp:latest[mcp_servers.postgres-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/pgedge/postgres-mcp:latest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"postgres-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pgedge/postgres-mcp:latest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"postgres-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pgedge/postgres-mcp:latest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"postgres-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pgedge/postgres-mcp:latest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"postgres-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pgedge/postgres-mcp:latest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"postgres-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pgedge/postgres-mcp:latest"
]
}
}
}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.pgEdge%2Fpostgres-mcp)<a href="https://mcptoplist.com/server/io.github.pgEdge%2Fpostgres-mcp"><img src="https://mcptoplist.com/badge/io.github.pgEdge%2Fpostgres-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
pgedge
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Jan 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Postgres MCP?
- Postgres MCP is maintained by pgedge, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Postgres MCP listed on the Official MCP Registry?
- Yes — Postgres MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Postgres MCP have?
- MCP Toplist tracks 2 versions of Postgres MCP, most recently published on Jan 16, 2026.
- Where can I find the source code for Postgres MCP?
- The source code for Postgres MCP is hosted at github.com/pgedge/pgedge-postgres-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.