mcp-sqlite-explorer

Sarmkadan/mcp-sqlite-explorer
★ 0 stars C# Database Updated today
Read-only MCP server for safely exploring and querying a SQLite 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": {
    "mcp-sqlite-explorer": {
      "command": "npx",
      "args": [
        "-y",
        "Sarmkadan/mcp-sqlite-explorer"
      ]
    }
  }
}

README Excerpt

A small [Model Context Protocol](https://modelcontextprotocol.io) server that lets an agent **explore a SQLite database read-only**. Point it at a `.db` file and it exposes tools to list tables, describe schemas, peek at sample rows, run a capped `SELECT` - plus a set of analysis tools: ERD generation, foreign-key graph walking, index and

Tools (15)

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