# SQLite Explorer

Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view detailed schema metadata to understand structure quickly. Verify connectivity and readiness with a quick…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wgong/sqlite-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list wgong/sqlite-mcp-server
```

---

Source: https://github.com/wgong/sqlite-mcp-server/tree/main/sqlite-explorer-fastmcp-mcp-server
