This server gives Claude direct access to SQLite databases through three core operations: listing tables, inspecting schemas, and running SELECT queries. Built with FastMCP, it exposes read-only database exploration tools that let you interrogate table structures and query data without writing custom integration code. You'd reach for this when you want Claude to analyze SQLite databases during conversations, whether that's exploring a Messages database, financial records, or any other SQLite file. The server runs locally or deploys to Smithery's platform, and configuration just requires setting the SQLITE_DB_PATH environment variable to point at your database file. Great for ad-hoc database analysis without building separate query interfaces.
claude mcp add --transport http ai.smithery-afgong-sqlite-mcp-server https://server.smithery.ai/@afgong/sqlite-mcp-server/mcp