Skip to content
Back to search
30
MCP

database-mcp-postgres

pypi/database-mcp-postgres

MCP server for PostgreSQL with read-only guardrails, row caps, and statement timeouts

Uptime
0.0%
9 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

database-mcp-mysql
MCP server for MySQL with read-only guardrails, row caps, and statement timeouts
0 tools
io.github.arifulislamat/database-mcp-postgres
MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged.
0 tools
database-mcp-mariadb
MCP server for MariaDB with read-only guardrails, row caps, and statement timeouts
0 tools
database-mcp-sqlite
MCP server for SQLite with read-only guardrails, row caps, and statement timeouts
0 tools
io.github.arifulislamat/database-mcp-sqlite
MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.
0 tools
io.github.arifulislamat/database-mcp-mysql
MCP server for MySQL. Read-only by default, row caps, statement timeouts, secrets never logged.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "database-mcp-postgres": {
      "url": "None",
      "transport": "http"
    }
  }
}