db-readonly-mcp

david-mogbeyi/db-readonly-mcp
★ 0 stars JavaScript Database Updated today
MCP server exposing guarded, read-only SQL access to a Postgres database
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "db-readonly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "david-mogbeyi/db-readonly-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives an AI assistant (Claude Code, Claude Desktop, or any other MCP client) guarded, **read-only** access to a Postgres database. Ask something like "get me all merchants created yesterday" and the assistant writes the SQL and runs it through this server, which enforces that the

Tools (6)

DATABASE_URLDEFAULT_LIMITMAX_LIMITSTATEMENT_TIMEOUT_MSlist_tablespublic
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →