Add Eszetael/postgres-mcp-hardened to Databases

A maintained Rust replacement for the archived
@modelcontextprotocol/server-postgres. One line, inserted in
alphabetical order.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TMQ4aYBppWgkiim8n94Zwh
This commit is contained in:
Eszetael
2026-08-15 11:31:29 +00:00
co-authored by Claude Opus 5
parent cbcdf8f770
commit e0e0aebcfd
+1
View File
@@ -913,6 +913,7 @@ Secure database access with schema inspection capabilities. Enables querying and
- [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) 📇 🏠 - Airtable database integration with schema inspection, read and write capabilities
- [edwinbernadus/nocodb-mcp-server](https://github.com/edwinbernadus/nocodb-mcp-server) 📇 ☁️ - Nocodb database integration, read and write capabilities
- [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities
- [Eszetael/postgres-mcp-hardened](https://github.com/Eszetael/postgres-mcp-hardened) 🦀 🏠 ☁️ 🍎 🪟 🐧 - Maintained Rust replacement for the archived `@modelcontextprotocol/server-postgres`. Writes are refused twice: sqlparser AST validation rejects mutating statements before execution, and the session runs `default_transaction_read_only` with a per-session `statement_timeout` — so the read-only transaction is the fallback, not the only defence. Single self-contained binary, stdio and Streamable HTTP, schema inspection, column redaction that survives renames and casts, an EXPLAIN cost guard, a hash-chained audit log with `--verify-audit`, optional OAuth 2.1 RS256, distroless image, signed releases for five platforms. MIT.
- [f4ww4z/mcp-mysql-server](https://github.com/f4ww4z/mcp-mysql-server) 📇 🏠 - Node.js-based MySQL database integration that provides secure MySQL database operations
- [ferrants/memvid-mcp-server](https://github.com/ferrants/memvid-mcp-server) 🐍 🏠 - Python Streamable HTTP Server you can run locally to interact with [memvid](https://github.com/Olow304/memvid) storage and semantic search.
- [fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) 📇 ☁️ - Fireproof ledger database with multi-user sync