Postgres
Rank #16,431io.github.marcelo-ochoa/postgres
MCP server providing postgres capabilities
Postgres is a Model Context Protocol (MCP) server published by marcelo-ochoa. It ranks #16,431 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Postgres is listed on Official MCP, with 10 tracked versions. It was first listed on Mar 25, 2025 and most recently updated on Mar 11, 2026.
Ranks ahead of 99,029 of 115,460 servers on MCP Toplist.
Use Postgres
claude mcp add postgres -e "POSTGRES_USER=<your POSTGRES_USER>" -e "POSTGRES_PASSWORD=<your POSTGRES_PASSWORD>" -- npx -y @marcelo-ochoa/server-postgresReplace each placeholder with your own value before saving.
[mcp_servers.postgres]
command = "npx"
args = ["-y", "@marcelo-ochoa/server-postgres"]
[mcp_servers.postgres.env]
POSTGRES_USER = "<your POSTGRES_USER>"
POSTGRES_PASSWORD = "<your POSTGRES_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-postgres"
],
"env": {
"POSTGRES_USER": "<your POSTGRES_USER>",
"POSTGRES_PASSWORD": "<your POSTGRES_PASSWORD>"
}
}
}
}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",
"@marcelo-ochoa/server-postgres"
],
"env": {
"POSTGRES_USER": "<your POSTGRES_USER>",
"POSTGRES_PASSWORD": "<your POSTGRES_PASSWORD>"
}
}
}
}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",
"@marcelo-ochoa/server-postgres"
],
"env": {
"POSTGRES_USER": "<your POSTGRES_USER>",
"POSTGRES_PASSWORD": "<your POSTGRES_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-postgres"
],
"env": {
"POSTGRES_USER": "<your POSTGRES_USER>",
"POSTGRES_PASSWORD": "<your POSTGRES_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-postgres"
],
"env": {
"POSTGRES_USER": "<your POSTGRES_USER>",
"POSTGRES_PASSWORD": "<your POSTGRES_PASSWORD>"
}
}
}
}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.marcelo-ochoa%2Fpostgres)<a href="https://mcptoplist.com/server/io.github.marcelo-ochoa%2Fpostgres"><img src="https://mcptoplist.com/badge/io.github.marcelo-ochoa%2Fpostgres.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
marcelo-ochoa
Available versions (10)
| Version | Published |
|---|---|
| 1.0.8 | Mar 11, 2026 |
| 1.0.7 | Mar 7, 2026 |
| 1.0.6 | Feb 10, 2026 |
| 1.0.5 | Jan 26, 2026 |
| 1.0.4 | Jan 8, 2026 |
| 1.0.3 | Dec 12, 2025 |
| 1.0.0 | Dec 1, 2025 |
| 0.6.6 | Nov 27, 2025 |
| 0.6.5 | Nov 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Postgres?
- Postgres is maintained by marcelo-ochoa, which publishes 6 MCP servers (44 total versions) tracked on MCP Toplist.
- Is Postgres listed on the Official MCP Registry?
- Yes — Postgres is listed on the Official MCP Registry.
- How many versions does Postgres have?
- MCP Toplist tracks 10 versions of Postgres, most recently published on Mar 11, 2026.
- Where can I find the source code for Postgres?
- The source code for Postgres is hosted at github.com/marcelo-ochoa/servers.