Built on the FastMCP framework, this server gives Claude read-only access to your SQLite databases through three core operations: executing SELECT queries with built-in validation and parameter binding, listing all tables in the database, and describing table schemas with column details and constraints. You'd reach for this when you need Claude to analyze data, generate insights from existing SQLite databases, or help with query development without worrying about data modification. The safety features include query sanitization, row limits, and strictly read-only access, making it safe for production database exploration.
claude mcp add --transport stdio hannesrudolph-sqlite-explorer-fastmcp-mcp-server uvx sqlite-explorer-fastmcp-mcp-server