PostgreSQL
Rank #42,175smithery/javimaligno/postgresql
Query PostgreSQL safely from your agent — read-only by default, with schema exploration, table analysis and named multi-database access. 15 tools, 4 prompts, 4 resources. **Querying** — run SQL with read-only protection, EXPLAIN a plan, or write only when you have explicitly enabled it. **Schema** — list schemas, tables, views and functions; describe a table's columns, indexes and constraints; describe a view's definition. **Analysis** — table statistics (row count, size, bloat), column search by name across all tables, database and connection info. **Several databases at once.** Set `POSTGRES_CONNECTIONS` to a JSON array of named connections and every tool takes a `database` alias, so one server answers questions about staging and production without reconfiguring. Call `list_databases` first to see the aliases — credentials are never returned. For a single database, use the plain `POSTGRES_*` variables instead. **Safe by default.** Writes are off unless `ALLOW_WRITE_OPERATIONS` is set, result sets are capped by `MAX_ROWS`, and queries by `QUERY_TIMEOUT`. Speaks the `2026-07-28` protocol revision and is dual-era — clients that still open with the 2025-era handshake are served unchanged. A Python implementation with the identical tool set is available as `pipx install postgresql-mcp`.
PostgreSQL is a Model Context Protocol (MCP) server published by JaviMaligno. It ranks #42,175 of 115,460 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. PostgreSQL is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Aug 3, 2026.
Ranks ahead of 73,285 of 115,460 servers on MCP Toplist.
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/smithery%2Fjavimaligno%2Fpostgresql)<a href="https://mcptoplist.com/server/smithery%2Fjavimaligno%2Fpostgresql"><img src="https://mcptoplist.com/badge/smithery%2Fjavimaligno%2Fpostgresql.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
JaviMaligno
Other servers by JaviMaligno
- Vitamind#6,374 · 1 ver
- vitamind-mcp#29,314 · 1 ver
- mcp-server-bitbucket#41,911
- Langfuse (Extended)#55,352
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains PostgreSQL?
- PostgreSQL is maintained by JaviMaligno, which publishes 12 MCP servers (2 total versions) tracked on MCP Toplist.
- Is PostgreSQL listed on the Official MCP Registry?
- PostgreSQL is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does PostgreSQL have?
- PostgreSQL ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for PostgreSQL?
- The source code for PostgreSQL is hosted at github.com/JaviMaligno/postgres_mcp.