
Turso SQLite
Connects AI assistants to Turso SQLite databases with organization management and secure query execution. Separates read-only operations from destructive queries for safety.
15419 views7Local (stdio)
What it does
- List and manage databases in Turso organizations
- Execute read-only SQL queries (SELECT, PRAGMA)
- Run destructive SQL operations (INSERT, UPDATE, DELETE)
- Explore database schemas and table structures
- Perform vector similarity searches
- Generate database authentication tokens
Best for
AI-powered database administration and monitoringLLM applications requiring SQLite database accessTeams managing multiple Turso databasesApplications with vector search requirements
Two-level auth system (org + database)Safety separation of read vs write operationsVector similarity search support