A FastMCP-based server that gives Claude direct access to SQLite databases through three tools: list_tables to enumerate available tables, describe_table to inspect schemas, and read_query to run SELECT statements. Point it at any SQLite file via the SQLITE_DB_PATH environment variable and you can ask questions like "what tables exist" or "show me transactions over $1000" without writing raw SQL yourself. Built for local exploration and quick database inspection, though it also supports remote deployment via Smithery's streamable HTTP transport. Useful when you need to poke around an unfamiliar SQLite database or let Claude help analyze local data without building a custom query interface.
claude mcp add --transport http ai.smithery-wgong-sqlite-mcp-server https://server.smithery.ai/@wgong/sqlite-mcp-server/mcp