speakql-mcp

joaodadas/speakql-mcp
★ 0 stars TypeScript Database Updated 13d ago
MCP server: talk to your PostgreSQL database in plain language, from any MCP client. Natural language -> safe, read-only SQL.
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": {
    "speakql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "joaodadas/speakql-mcp"
      ]
    }
  }
}

README Excerpt

**Talk to your PostgreSQL database in plain language — from inside any MCP client.** `speakql-mcp` is a [Model Context Protocol](https://modelcontextprotocol.io) server that lets Claude Desktop, Cursor, Claude Code (or any MCP-compatible client) answer natural-language questions about a PostgreSQL database. It turns a question into a **safe, read-only SQL query**,

Tools (5)

ANTHROPIC_API_KEYDATABASE_URLSELECTSPEAKQL_FORMAT_MODELSPEAKQL_SQL_MODEL
📊
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 →