mcp-server-postgres
Rank #49,863io.github.ofershap/postgres
PostgreSQL MCP — query databases, inspect schemas, explain queries.
mcp-server-postgres is a Model Context Protocol (MCP) server published by ofershap. It ranks #49,863 of 115,460 servers tracked on MCP Toplist. mcp-server-postgres is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 12, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 65,597 of 115,460 servers on MCP Toplist.
Use mcp-server-postgres
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add postgres -- npx -y mcp-pg-server[mcp_servers.postgres]
command = "npx"
args = ["-y", "mcp-pg-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"postgres": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"mcp-pg-server"
]
}
}
}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.ofershap%2Fpostgres)<a href="https://mcptoplist.com/server/io.github.ofershap%2Fpostgres"><img src="https://mcptoplist.com/badge/io.github.ofershap%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
ofershap
Other servers by ofershap
- Real Browser#3,489 · 2 vers
- Ai Context Kit#10,189 · 2 vers
- Markdown#14,677 · 2 vers
- Scraper#14,678 · 2 vers
- S3#15,872 · 2 vers
- Github Actions#16,246 · 2 vers
- Cloudflare#18,738 · 2 vers
- Docker#21,070 · 2 vers
- Devutils#27,532 · 2 vers
- Sqlite#27,533 · 2 vers
- Dns#28,103 · 2 vers
- cursor-usage#30,585
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 12, 2026 |
Frequently asked questions
- Who maintains mcp-server-postgres?
- mcp-server-postgres is maintained by ofershap, which publishes 18 MCP servers (29 total versions) tracked on MCP Toplist.
- Is mcp-server-postgres listed on the Official MCP Registry?
- Yes — mcp-server-postgres is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-server-postgres have?
- MCP Toplist tracks 1 version of mcp-server-postgres, most recently published on Aug 12, 2026.
- Where can I find the source code for mcp-server-postgres?
- The source code for mcp-server-postgres is hosted at github.com/ofershap/mcp-server-postgres.