Sqlite Reader
Provides read-only access to SQLite databases via a lightweight server.
Acerca de
Sqlite Reader provides a secure and efficient way to query SQLite databases remotely. By acting as a read-only MCP server, it allows users to execute SELECT queries, list tables, and describe table schemas without directly exposing the database files. Access is restricted to pre-approved paths, and all queries undergo validation to prevent unintended operations, ensuring data integrity and security.
Características Principales
- 0 GitHub stars
- SQL query validation
- Automatic row limiting to prevent excessive data retrieval
- Read-only SQL query execution
- Secure path whitelisting
- Asynchronous database operations
Casos de Uso
- Inspecting SQLite database schemas
- Providing secure access to SQLite data for applications
- Remotely querying SQLite databases for reporting