DB-Explorer-MCP

AYUSH-148/DB-Explorer-MCP
★ 3 stars Python Database Updated today
MCP server for read-only database intelligence: schema exploration, natural-language queries, EXPLAIN analysis, index suggestions. PostgreSQL / MySQL / SQLite. Zero LLM dependencies.. For remote mcp-server deployements use:
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-explorer-mcp": {
      "command": "uvx",
      "args": [
        "db-explorer-mcp"
      ]
    }
  }
}

Or install with pip: pip install db-explorer-mcp

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server that lets an AI coding assistant explore, query, and audit a relational database **without ever being able to write to it**. Point your MCP client at a database and ask questions in plain language. The client's LLM writes the SQL; this server parses it, refuses anything that is not a single read-only `SELECT`, executes it with a row cap, and returns structured results. Schema inspection, execution plans, index recommendations, an

Tools (11)

DATABASE_URLMCP_HOSTMCP_PORTMCP_TRANSPORTexecute_queryexplain_queryexplore_schemamigration_contextsuggest_indexvalidate_migrationvalidate_schema

Topics

fastmcpmcp-serversql-databasesqlalchemystdio-mcpstreamable-http-transport
📊
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 →