SERVER
Postgres
Rank #14537io.github.marcelo-ochoa/postgres
MCP server providing postgres capabilities
First listed
Nov 27, 2025
Last publish date
Mar 11, 2026
OVERVIEW
Postgres is a Model Context Protocol (MCP) server published by marcelo-ochoa. It ranks #14537 of 58,832 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Toplist tracks 10 versions of Postgres. It was first listed on Nov 27, 2025 and most recently updated on Mar 11, 2026.
STANDING
#14,537of 58,832 tracked serversTop 25%
Ranks ahead of 44,295 of 58,832 servers on MCP Toplist.
CONNECT
Use Postgres
Add Postgres to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"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.
ORGANIZATION
marcelo-ochoa
VERSIONS
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 |
FAQ
Frequently asked questions
- What is Postgres?
- MCP server providing postgres capabilities
- Who maintains Postgres?
- Postgres is maintained by marcelo-ochoa, which publishes 6 MCP servers (44 total versions) tracked on MCP Toplist.
- Is Postgres an official MCP server?
- Postgres is not currently 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.
EXPLORE